Reference Library
GetLinkStatus Method (linkName, userState)
NamespacesAvaya.ApplicationEnablement.DMCCICallInformationLinkGetLinkStatus(String, Object)
Get the status of a particular link.
Declaration Syntax
C#Visual BasicVisual C++
int GetLinkStatus(
	string linkName,
	Object userState
)
Function GetLinkStatus ( _
	linkName As String, _
	userState As Object _
) As Integer
int GetLinkStatus(
	String^ linkName, 
	Object^ userState
)
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)