Reference Library
EndpointRegistrationInfoResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCEndpointRegistrationInfoResponseHandler
Delegate for a response to a EndpointRegistrationInfo request

Supported in: 6.3.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void EndpointRegistrationInfoResponseHandler(
	Object sender,
	ThirdPartyCallController..::..EndpointRegistrationInfoResponseArgs e
)
Public Delegate Sub EndpointRegistrationInfoResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..EndpointRegistrationInfoResponseArgs _
)
public delegate void EndpointRegistrationInfoResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..EndpointRegistrationInfoResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..EndpointRegistrationInfoResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)