Method Logoff
Logoff(String)
Logoff from server. Invalidates the connection id and releases the assigend licence.
Declaration
void Logoff(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Remarks
- Connection will be automatically closed after the defined idle timeout (default: 10 minutes). See also ConnectionTimeoutSeconds
Examples
POST https://YourServerName/InfoShare/Json/Authentication/Logoff
Example for a logoff for a given connectionId.{
"connectionId": "6bc655a4-c079-4535-a733-f259e3232a3a"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |