Click or drag to resize

ApiSessionDisconnectServer Method

Disconnects your application from the currently connected articy:server.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void DisconnectServer()
Remarks
Before connecting to a different server, disconnect from the current server using this method. This method simply returns if not currently connected.
See Also