Click or drag to resize

MessagingServiceServiceAvailable Method

A Boolean value indicating whether the messaging provider is available. This value is closely connected with capabilities - if the service is not running, usually all of the capabilities related to the service won't be allowed.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool ServiceAvailable(
	MessagingProviderType providerType
)

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: Boolean
See Also