[This is preliminary documentation and is subject to change.]
Destroys the session and effectively logs the user out.
Namespace:
�OfficeClip.Service.WebAssembly: �OfficeClip.Service (in OfficeClip.Service)
Version: 8.1.1.0
Syntax
C# |
---|
public void SessionOver() |
Visual Basic (Declaration) |
---|
Public Sub SessionOver |
Visual C++ |
---|
public: void SessionOver() |
Examples
CopyEnd the session to the Web Service
public static void EndConnection( WebServiceClient.Generic.OfficeClipGeneric ofg ) { try { ofg.SessionOver(); } catch (SoapException ex) { Console.WriteLine(ex.Message); } }