Share via


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
Public method CancelSession() Cancels the session on the server.
Public method CancelSession(Int32) Cancels the specified session on the server.
Public method CancelSession(String) Cancels the specified session on the server.
Public method CancelSession(Int32, Boolean) Cancels the specified session on the server.
Public method CancelSession(String, Boolean) Cancels the specified session on the server.

Top