Click or drag to resize

MessagingServiceSetRefreshMode Method

Sets refresh mode with completion handler. Using this method and changing refresh mode will impact how often client gets updates from the server.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetRefreshMode(
	RefreshType refreshValue,
	MessagingServiceCompletionHandler completionHandler
)

Parameters

refreshValue
Type: Avaya.ClientServicesRefreshType
New refresh type value.
completionHandler
Type: Avaya.ClientServicesMessagingServiceCompletionHandler
Completion handler for this operation.
See Also