NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SessionEndingEventArgs Constructor

Creates a new SessionEndingEvent.

[Visual Basic]
Public Sub New( _
   ByVal reason As SessionEndReasons _
)
[C#]
public SessionEndingEventArgs(
   SessionEndReasons reason
);
[C++]
public: SessionEndingEventArgs(
   SessionEndReasons reason
);
[JScript]
public function SessionEndingEventArgs(
   reason : SessionEndReasons
);

Parameters

reason
The reason the session is ending.

See Also

SessionEndingEventArgs Class | SessionEndingEventArgs Members | System.Core Namespace