Click or drag to resize
ConferenceConferenceActionCompletionHandlerWithStringResult Delegate
Defines the delegate used as the completion handler for requests on the Conference object that return a string as the result.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void ConferenceActionCompletionHandlerWithStringResult(
	string result,
	CallFailureException error
)

Parameters

result
Type: SystemString
If the request is successful, this argument will contain the result of the operation, otherwise it will be null.
error
Type: Avaya.ClientServicesCallFailureException
If the request is successful, this argument will be null. Otherwise the request has failed and the argument represents the error associated with request.
See Also