Reference Library
RequestSystemStatus Method (switchName, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderRequestSystemStatus(String, Object)
This request is used by an application to query the status of the Tlink connection to a specified switch or all configured switches.

Supported in: 6.2.0

Declaration Syntax
C#Visual BasicVisual C++
public int RequestSystemStatus(
	string switchName,
	Object userState
)
Public Function RequestSystemStatus ( _
	switchName As String, _
	userState As Object _
) As Integer
public:
int RequestSystemStatus(
	String^ switchName, 
	Object^ userState
)
Parameters
switchName (String)
The name of a specific switch as administered in the AE Services Management Console. If the switch name is specified as an empty string or null, all administered switches will be queried.
userState (Object)
Application provided state information
Return Value
The Invoke Id of the outgoing XML message.

Assembly: ServiceProvider (Module: ServiceProvider)