Click or drag to resize

PhoneRegister Method

Registers this phone to Cisco Spark cloud on behalf of the authenticated user. It also creates the websocket and connects to Cisco Spark cloud.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Register(
	Action<SparkApiEventArgs> completedHandler
)

Parameters

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