Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / SessionEventHandler Delegate
The object that raised the event
Information on the session that the event refers to

SessionEventHandler Delegate
Event handler delegate for session events
Syntax
'Declaration
 
Public Delegate Sub SessionEventHandler( _
   ByVal state As Object, _
   ByVal e As SessionEventArgs _
) 
 

Parameters

state
The object that raised the event
e
Information on the session that the event refers to
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also