Click or drag to resize
MessagingServiceGetUpdateRefreshModeCapability Method
Returns a Capability object that indicates if the refresh mode can be changed.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Capability GetUpdateRefreshModeCapability(
	MessagingProviderType providerType
)

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: Capability
Remarks
This capability is Allowed when all of the following conditions are true:
  • The messaging service is online (has an active connection to the server).
  • The messaging server supports changing the refresh mode.
See Also