Click or drag to resize

SparkApiEventArgsT Constructor (Boolean, SparkError, T)

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

Parameters

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