SparkApiEventArgsT Class |
Namespace: SparkSDK
The SparkApiEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
SparkApiEventArgsT |
Initializes a new instance of the SparkApiEventArgsT class.
| |
SparkApiEventArgsT(Boolean, SparkError, T) |
Initializes a new instance of the SparkApiEventArgsT class.
|
Name | Description | |
---|---|---|
Data |
Gets the data, if the success is true, otherwise is default value of T type.
The type of data is T.
| |
Error |
Gets the error value, if the success is false, otherwise is null. SparkError (Inherited from SparkApiEventArgs.) | |
IsSuccess |
Gets a value indicating whether this event is success.
(Inherited from SparkApiEventArgs.) |