SessionEventArgs(Session) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SessionEventArgs class.
public:
SessionEventArgs(Microsoft::Uii::Csr::Session ^ session);
public SessionEventArgs (Microsoft.Uii.Csr.Session session);
new Microsoft.Crm.UnifiedServiceDesk.BaseControl.SessionEventArgs : Microsoft.Uii.Csr.Session -> Microsoft.Crm.UnifiedServiceDesk.BaseControl.SessionEventArgs
Public Sub New (session As Session)
Parameters
- session
- Session
Specifies the session.