ServiceDisruption event

Occurs when there is a loss of service.
Syntax
Application
_
ServiceDisruption
(
ByVal
Area
As String
,
ByVal
ServerName
As String
,
ByVal
ComputerName
As String
)
where
Application
– is the name of a FactoryTalk View SE Client Application object variable that was dimensioned using the WithEvents keyword.
Area
– is the area containing the server that is providing the service that has been disrupted.
ServerName
– is the name of server that is providing the service that has been disrupted.
ComputerName
– is the name of the computer hosting the server that is providing the service that has been disrupted.
Remarks
For the FactoryTalk Directory service, the Area parameter will be an empty string and the ServerName will be FTDirectory.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal