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.Reason

The reason for this event.

[Visual Basic]
Public ReadOnly Property Reason As SessionEndReasons
[C#]
public SessionEndReasons Reason {get;}
[C++]
public: __property SessionEndReasons get_Reason();
[JScript]
public function get Reason() : SessionEndReasons;

See Also

SessionEndingEventArgs Class | SessionEndingEventArgs Members | System.Core Namespace