Disposes the Client object.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
SyntaxImplements
IDisposableDispose
ExceptionsException | Condition |
---|
InvalidOperationException | Thrown if the client is not completely shut down. |
Remarks
Disposing the Client object should not be performed while the Client is running. Applications should first
call the
Shutdown(Boolean) method and then wait until receiving the
ShutdownCompleted event
before disposing of the Client object.
See Also