Responder Developer Guide
CaptureDuration(String,TimeSpan) Method


Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
Public Overloads Shared Function CaptureDuration( _
   ByVal eventName As String, _
   ByVal ignoreEventsLessThan As TimeSpan _
) As ITelemetryDuration
'Usage
 
Dim eventName As String
Dim ignoreEventsLessThan As TimeSpan
Dim value As ITelemetryDuration
 
value = Telemetry.CaptureDuration(eventName, ignoreEventsLessThan)
[DebuggerStepThrough()]
public static ITelemetryDuration CaptureDuration( 
   string eventName,
   TimeSpan ignoreEventsLessThan
)

Parameters

eventName
ignoreEventsLessThan
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

Telemetry Class
Telemetry Members
Overload List

 

 


Send Comment