ServerStateChanged event

Occurs when the server state changes.
Syntax
Application
_
ServerStateChanged
(
ByVal
Area
As String
,
ByVal
ServerName
As String
,
ByVal
ComputerName
As String
,
ByVal
State
As gfxServerStateConstants
)
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 server for which the state changed.
ServerName
– is the name of server for which the state changed.
ComputerName
– is the name of the computer hosting the server.
State
– is a constant of the type gfxServerStateConstants that represents new state of the server after the change.
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