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

Assembly: ServiceProvider (Module: ServiceProvider)