ArcFM Engine Developer Guide
NotifyServiceStatus Method (IGdbmStatusNotifier)


Object containing service, status and logging information
Tells the logging service that a reconcile/post service is starting, is started, is stopping or is stopped.
Syntax
'Declaration
 
<OperationContractAttribute(True)>
Sub NotifyServiceStatus( _
   ByVal config As ServiceLoggingParameters _
) 
'Usage
 
Dim instance As IGdbmStatusNotifier
Dim config As ServiceLoggingParameters
 
instance.NotifyServiceStatus(config)
[OperationContract(true)]
void NotifyServiceStatus( 
   ServiceLoggingParameters config
)

Parameters

config
Object containing service, status and logging information
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IGdbmStatusNotifier Interface
IGdbmStatusNotifier Members

 

 


Send Comment