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: 592.1.30.0
Syntax
C#
public void DeclineRemoteControl(
	ContentSharingRemoteControlCompletionHandler completionHandler
)

Parameters

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