ArcFM Engine Developer Guide
RetrieveLoggedEvents Method (IGdbmLoggingRead)


Used to determine which section of the log ought to be returned. Events occurring on or after the specified index will be returned. Pass in a value of zero to obtain everything.
the name of the service to which the event pertains
Retrieves events that occur after the time specified via the start index.
Syntax
'Declaration
 
<OperationContractAttribute()>
<FaultContractAttribute(Miner.Geodatabase.GeodatabaseManager.Services.ReceiverFaultDetail)>
Function RetrieveLoggedEvents( _
   ByVal startIndex As Integer, _
   ByVal serviceName As String _
) As LoggingEventContainer()
'Usage
 
Dim instance As IGdbmLoggingRead
Dim startIndex As Integer
Dim serviceName As String
Dim value() As LoggingEventContainer
 
value = instance.RetrieveLoggedEvents(startIndex, serviceName)
[OperationContract()]
[FaultContract(Miner.Geodatabase.GeodatabaseManager.Services.ReceiverFaultDetail)]
LoggingEventContainer[] RetrieveLoggedEvents( 
   int startIndex,
   string serviceName
)

Parameters

startIndex
Used to determine which section of the log ought to be returned. Events occurring on or after the specified index will be returned. Pass in a value of zero to obtain everything.
serviceName
the name of the service to which the event pertains

Return Value

an array (chrononological order) of logging event container objects
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

IGdbmLoggingRead Interface
IGdbmLoggingRead Members

 

 


Send Comment