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