Reference Library
ServiceProvider..::..ServiceProviderObjectDeactivatedEventArgs..::..ServiceProviderObjectDeactivatedReason Enumeration
NamespacesAvaya.ApplicationEnablement.DMCCServiceProvider..::..ServiceProviderObjectDeactivatedEventArgsServiceProvider..::..ServiceProviderObjectDeactivatedEventArgs..::..ServiceProviderObjectDeactivatedReason
Reasons as to why the Service Provider has been deactivated. Use GetMoreInformation to get more detailed information. The following values are valid: NO_SOCKET_CONNECTIVITY_TO_SERVER: Probably the socket was closed or a socket error of some kind was received. SERVER_CONNECTION_DOWN_EVENT_RECEIVED: The server has notified the Service provider that the socket is about to be closed. OBJECT_BEING_RELEASED_FROM_MEMORY: Garbage collection is taking place on the Service Provider. This Service Provider object is no longer valid. REQUEST_FROM_APPLICATION: The application requested that the Service Provider be deactivated. OTHER: Some other reason, look at moreInfo for more information.
Declaration Syntax
C#Visual BasicVisual C++
public enum ServiceProviderObjectDeactivatedReason
Public Enumeration ServiceProviderObjectDeactivatedReason
public enum class ServiceProviderObjectDeactivatedReason
Members
MemberDescription
NO_SOCKET_CONNECTIVIY_TO_SERVER
Lost socket connectivity to the server.

SERVER_CONNECTION_DOWN_EVENT_RECEIVED
Received a notification that the connection to the server is down.

OBJECT_BEING_RELEASED_FROM_MEMORY
The request came from the destructor of this object.

REQUEST_FROM_APPLICATION
The application requested that the object be deactivated.

OTHER
Some other reason. See moreInfo for a clue as to why the object is being released from memory.

Assembly: ServiceProvider (Module: ServiceProvider)