Reference Library
ValidateDeviceSecurityCodeResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCValidateDeviceSecurityCodeResponseHandler
Delegate which represents the handler for responses to the Validate Device Security Code message.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ValidateDeviceSecurityCodeResponseHandler(
	Object sender,
	ServiceProvider..::..ValidateDeviceSecurityCodeResponseArgs e
)
Public Delegate Sub ValidateDeviceSecurityCodeResponseHandler ( _
	sender As Object, _
	e As ServiceProvider..::..ValidateDeviceSecurityCodeResponseArgs _
)
public delegate void ValidateDeviceSecurityCodeResponseHandler(
	Object^ sender, 
	ServiceProvider..::..ValidateDeviceSecurityCodeResponseArgs^ e
)
Parameters
sender (Object)
Object who sent the message.
e (ServiceProvider..::..ValidateDeviceSecurityCodeResponseArgs)
Parameters associated with this particular callback.

Assembly: ServiceProvider (Module: ServiceProvider)