Click or drag to resize

WebexApiEventArgs Constructor (Boolean, WebexError)

Initializes a new instance of the WebexApiEventArgs class.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
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