public sealed class SessionEventArgs : EventArgs
CorrelationKey | The correlation key passed in during session API calls. |
Event | The type of the session event that has occurred. |
EventProperties | Optional, present for future expansion. |
Info | An optional string that provides further information about the event. |
ResponseCode | A response code returned by the appliance for some events; otherwise zero. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
Returns a string that represents the current Object.
(Overrides ObjectToString) |