Reference Library
SetDoNotDisturbResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCSetDoNotDisturbResponseHandler
Delegate for a response to a SetDoNotDisturb request
Declaration Syntax
C#Visual BasicVisual C++
public delegate void SetDoNotDisturbResponseHandler(
	Object sender,
	ThirdPartyCallController..::..SetDoNotDisturbResponseArgs e
)
Public Delegate Sub SetDoNotDisturbResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..SetDoNotDisturbResponseArgs _
)
public delegate void SetDoNotDisturbResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..SetDoNotDisturbResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..SetDoNotDisturbResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)