Click or drag to resize

CallStartShare Method

Start share .

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

Parameters

sourceId
Type: SystemString
the selected share sourceId
completedHandler
Type: SystemActionSparkApiEventArgs
The completed event handler.
Remarks
Since: 0.1.7
See Also