Responder Developer Guide
LogEvents Method


Syntax
'Declaration
 
<OneWayAttribute()>
Sub LogEvents( _
   ByVal records As IEnumerable(Of TelemetryRecord) _
) 
'Usage
 
Dim instance As ITelemetryService
Dim records As IEnumerable(Of TelemetryRecord)
 
instance.LogEvents(records)
[OneWay()]
void LogEvents( 
   IEnumerable<TelemetryRecord> records
)

Parameters

records
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

ITelemetryService Interface
ITelemetryService Members

 

 


Send Comment