Click or drag to resize

ContentSharingDeclineRemoteControl Method

Decline remote control session (used after remote control session start).

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void DeclineRemoteControl(
	ContentSharingRemoteControlCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesContentSharingRemoteControlCompletionHandler
Completion handler for this operation.
See Also