Server.CancelSession Method
Include Protected Members
Include Inherited Members
Cancels the session on the server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CancelSession() | Cancels the session on the server. | |
CancelSession(Int32) | Cancels the specified session on the server. | |
CancelSession(String) | Cancels the specified session on the server. | |
CancelSession(Int32, Boolean) | Cancels the specified session on the server. | |
CancelSession(String, Boolean) | Cancels the specified session on the server. |
Top