ArcFM Desktop Developer Guide
AppendLoggingEvents Method (IGdbmLoggingWrite)


the queue of events to be added
Adds several events to the list of events maintained by the service.
Syntax
'Declaration
 
<OperationContractAttribute(True)>
Sub AppendLoggingEvents( _
   ByVal loggingEvents As Queue(Of LoggingEventContainer) _
) 
'Usage
 
Dim instance As IGdbmLoggingWrite
Dim loggingEvents As Queue(Of LoggingEventContainer)
 
instance.AppendLoggingEvents(loggingEvents)
[OperationContract(true)]
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

IGdbmLoggingWrite Interface
IGdbmLoggingWrite Members

 

 


Send Comment