Reference Library
GetTimeOfDayResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetTimeOfDayResponseHandler
Delegate for a response to a GetTimeOfDay request.

Supported in: 6.3.0

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

Assembly: ServiceProvider (Module: ServiceProvider)