Disconnect() public abstract method

Disconnects this instance.
public abstract Disconnect ( ) : void
return void
Exemplo n.º 1
0
 /// <summary>
 /// Disconnects this client from the UFS server.
 /// a <see cref="DisconnectedCallback"/> will be posted upon disconnection.
 /// </summary>
 public void Disconnect()
 {
     connection.Disconnect();
 }