Method Disconnect
Disconnect(NetworkDriver)
Close an active connection. Strictly identical to Close(NetworkDriver).
Declaration
public int Disconnect(NetworkDriver driver)
Parameters
Type | Name | Description |
---|---|---|
NetworkDriver | driver | Driver on which to perform the operation. |
Returns
Type | Description |
---|---|
int | 0 on success, a negative error code otherwise. |