ArcFM Engine Developer Guide
AppendSingleLoggingEvent Method (GdbmLogWriteClient)


the event to be added
Adds a single event to the list of events maintained by the service.
Syntax
'Declaration
 
Public Sub AppendSingleLoggingEvent( _
   ByVal loggingEvent As LoggingEventContainer _
) 
'Usage
 
Dim instance As GdbmLogWriteClient
Dim loggingEvent As LoggingEventContainer
 
instance.AppendSingleLoggingEvent(loggingEvent)
public void AppendSingleLoggingEvent( 
   LoggingEventContainer loggingEvent
)

Parameters

loggingEvent
the event to be added
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

GdbmLogWriteClient Class
GdbmLogWriteClient Members

 

 


Send Comment