Bagikan melalui


Server.CancelSession Method

Include Protected Members
Include Inherited Members

Cancels the session on the server.

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