ArcFM Desktop Developer Guide
AppendLoggingEvents Method (GdbmLogWriteClient)


the queue of events to be added
Adds several events to the list of events maintained by the service.
Syntax
'Declaration
 
Public Sub AppendLoggingEvents( _
   ByVal loggingEvents As Queue(Of LoggingEventContainer) _
) 
'Usage
 
Dim instance As GdbmLogWriteClient
Dim loggingEvents As Queue(Of LoggingEventContainer)
 
instance.AppendLoggingEvents(loggingEvents)
public void AppendLoggingEvents( 
   Queue<LoggingEventContainer> loggingEvents
)

Parameters

loggingEvents
the queue of events 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