Click or drag to resize
CollaborationResumeReceivingSharing Method
Resumes receiving certain collaboration sharing updates.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void ResumeReceivingSharing(
	CollaborationReceivingSharingControlCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCollaborationReceivingSharingControlCompletionHandler
Completion handler instance used to report that the operation finished.
Remarks

Starts receiving sharing updates previously paused by PauseReceivingSharing(CollaborationReceivingSharingControlCompletionHandler).

Succeeds if receiving sharing is already resumed.

See Also