ServiceRecovery event
Occurs when there is a recovery of service.
Syntax
Application
_ServiceRecovery
(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 recovered.ServerName
– is the name of server that is providing the service that has been recovered.ComputerName
– is the name of the computer hosting the server that is providing the service that has been recovered.Remarks
- For the FactoryTalk Directory service, the Area parameter will be an empty string and the ServerName will be FTDirectory.
Provide Feedback