Reference Library
ServiceProvider..::..SystemStatusEventArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderServiceProvider..::..SystemStatusEventArgs
The class holds the data for the SystemStatus event.

Supported in: 6.2.0

Declaration Syntax
C#Visual BasicVisual C++
public class SystemStatusEventArgs : ServiceProvider..::..ServiceProviderCommonEventArgs
Public Class SystemStatusEventArgs _
	Inherits ServiceProvider..::..ServiceProviderCommonEventArgs
public ref class SystemStatusEventArgs : public ServiceProvider..::..ServiceProviderCommonEventArgs
Members
All MembersProperties



IconMemberDescription
getServiceProvider
The ServiceProvider object that this message is associated with.
(Inherited from ServiceProvider..::..ServiceProviderCommonEventArgs.)
SwitchName

SysStatRegisterID
Specifies the system registration identifier associated with the system registration

SystemStatus
Specifies the system status as normal or disabled.

TLinkStatus
The status of the TLink. The returned states are LinkUp, LinkDown, and LinkUnavailable.

LinkUp - The link is able to support requests to the switch. LinkDown - The link is unable to support requests to the switch LinkUnavailable - The link has been disabled (e.g. busied out) and will not support new CSTA requests.


XmlDoc
The received raw XML document

Inheritance Hierarchy
Object
EventArgs
 ServiceProvider..::..ServiceProviderCommonEventArgs
  ServiceProvider..::..SystemStatusEventArgs

Assembly: ServiceProvider (Module: ServiceProvider)