Click or drag to resize

SparkApiEventArgs Constructor (Boolean, SparkError)

Initializes a new instance of the SparkApiEventArgs class.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public SparkApiEventArgs(
	bool isSuccess,
	SparkError error
)

Parameters

isSuccess
Type: SystemBoolean
if set to true [success].
error
Type: SparkSDKSparkError
The error value if the successis is false, `null` otherwise. SparkError
Remarks
Since: 0.1.0
See Also