ArcFM Engine Developer Guide
WriteLoggedEvents Method


the name of the service to which the events pertain
object consisting of several logging configuration values
Writes logged events for a particular service (corresponding to the serviceName) to a file (specified by the filePath parameter).
Syntax
'Declaration
 
Public Function WriteLoggedEvents( _
   ByVal serviceName As String, _
   ByVal config As ServiceLoggingParameters _
) As Integer
'Usage
 
Dim instance As GdbmWriteToFileClient
Dim serviceName As String
Dim config As ServiceLoggingParameters
Dim value As Integer
 
value = instance.WriteLoggedEvents(serviceName, config)
public int WriteLoggedEvents( 
   string serviceName,
   ServiceLoggingParameters config
)

Parameters

serviceName
the name of the service to which the events pertain
config
object consisting of several logging configuration values

Return Value

logged event count for the service
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

GdbmWriteToFileClient Class
GdbmWriteToFileClient Members

 

 


Send Comment