Responder Developer Guide
CaptureActivity Method


Syntax
'Declaration
 
Public Shared Function CaptureActivity( _
   ByVal activityName As String _
) As IActivityScope
'Usage
 
Dim activityName As String
Dim value As IActivityScope
 
value = Telemetry.CaptureActivity(activityName)
public static IActivityScope CaptureActivity( 
   string activityName
)

Parameters

activityName
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

 

 


Send Comment