Class SessionDeletedEventArgs
public sealed class SessionDeletedEventArgs : EventArgs
- Inheritance
-
SessionDeletedEventArgs
- Inherited Members
Constructors
SessionDeletedEventArgs(string, IDictionary)
public SessionDeletedEventArgs(string id, IDictionary sessionItems)
Parameters
id
stringsessionItems
IDictionary
Properties
Id
Gets the ID of the session.
public string Id { get; }
Property Value
SessionItems
Gets or sets a key/value collection that can be used to share data within the scope of this session.
public IDictionary SessionItems { get; }