Reference Library
GetLinkStatus Method (linkName, userState)
NamespacesAvaya.ApplicationEnablement.DMCCCallInformationLinkGetLinkStatus(String, Object)
Get the status of a particular link.
Declaration Syntax
C#Visual BasicVisual C++
public int GetLinkStatus(
	string linkName,
	Object userState
)
Public Function GetLinkStatus ( _
	linkName As String, _
	userState As Object _
) As Integer
public:
virtual int GetLinkStatus(
	String^ linkName, 
	Object^ userState
) sealed
Parameters
linkName (String)
Name of the link.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)