public abstract void Disconnect (
bool synchronous
)
Parameters
synchronous
If true, waits until the session is fully disconnected
before returning from the method. If false, returns immediately, even though
the session may not be completely disconnected yet.