WebexApiEventArgsT Constructor (Boolean, WebexError, T) |
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public WebexApiEventArgs(
bool isSuccess,
WebexError error,
T data
)
Parameters
- isSuccess
- Type: SystemBoolean
if set to true [success]. - error
- Type: WebexSDKWebexError
The error value if the success is false, `null` otherwise. WebexError - data
- Type: T
The data if the success is true, 'null' otherwise.
Remarks Since: 0.1.0
See Also