Click or drag to resize

CallStopShare Method

Stop share .

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

Parameters

completedHandler
Type: SystemActionSparkApiEventArgs
The completion event handler.
Remarks
Since: 0.1.7
See Also