Reference Library
GetMessageWaitingIndicatorTpccResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetMessageWaitingIndicatorTpccResponseHandler
Delegate for a response to a GetMessageWaitingIndicator request

Supported in: 6.3.3

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

Assembly: ServiceProvider (Module: ServiceProvider)