Responder Developer Guide
OverrideTelemetryName Method


Allows an ArcMap command to override the telemetry name
Syntax
'Declaration
 
Protected Sub OverrideTelemetryName( _
   ByVal name As String _
) 
'Usage
 
Dim instance As NonEditingSnapToolBase
Dim name As String
 
instance.OverrideTelemetryName(name)
protected void OverrideTelemetryName( 
   string name
)

Parameters

name
Remarks
The start time for operations initiated in ArcMap (e.g., Create incident) are send to Responder Explorer and are used by the telemetry infrastructure to provide more accurate durations for user operations, such as CreateIncident.Open (which capture how long it takes to open the CreateIncident form). This information is passed to Responder Explorer using a logical call context and this name is used to coordinate the passing of the information (must match on both sides).
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

NonEditingSnapToolBase Class
NonEditingSnapToolBase Members

 

 


Send Comment