Reference Library
ChangeDeviceSecurityCodeResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCChangeDeviceSecurityCodeResponseHandler
Delegate which represents the handler for responses to the Change Device Security Code message.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ChangeDeviceSecurityCodeResponseHandler(
	Object sender,
	ServiceProvider..::.ChangeDeviceSecurityCodeResponseArgs e
)
Public Delegate Sub ChangeDeviceSecurityCodeResponseHandler ( _
	sender As Object, _
	e As ServiceProvider..::.ChangeDeviceSecurityCodeResponseArgs _
)
public delegate void ChangeDeviceSecurityCodeResponseHandler(
	Object^ sender, 
	ServiceProvider..::.ChangeDeviceSecurityCodeResponseArgs^ e
)
Parameters

Assembly: ServiceProvider (Module: ServiceProvider)