SparkApiEventArgs Constructor (Boolean, SparkError) |
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax 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