Click or drag to resize

PhoneDeregister Method

Removes this phone from Cisco Webex cloud on behalf of the authenticated user. It also disconnects the websocket from Cisco Webex cloud. Subsequent invocations of this method behave as a no-op.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Deregister(
	Action<WebexApiEventArgs> completedHandler
)

Parameters

completedHandler
Type: SystemActionWebexApiEventArgs
The completed event handler.
Remarks
Since: 0.1.0
See Also