Click or drag to resize

ClientDispose Method

Disposes the Client object.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Dispose()

Implements

IDisposableDispose
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown 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