Reference Library
GetForwarding Method (deviceId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerGetForwarding(String, Object)
Send a Get Forwarding request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int GetForwarding(
	string deviceId,
	Object userState
)
Public Function GetForwarding ( _
	deviceId As String, _
	userState As Object _
) As Integer
public:
virtual int GetForwarding(
	String^ deviceId, 
	Object^ userState
) sealed
Parameters
deviceId (String)
The third party Device Id which represents the station that you want to get the forwarding state.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)