TelemetryActivity.End Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
End() |
Marks the activity as ended and registers the current timestamp |
End(TimeSpan) |
Marks the activity as ended and sets the duration and start time per given the duration |
End()
Marks the activity as ended and registers the current timestamp
public:
void End();
public void End ();
member this.End : unit -> unit
Public Sub End ()
Applies to
End(TimeSpan)
Marks the activity as ended and sets the duration and start time per given the duration
public:
void End(TimeSpan duration);
public void End (TimeSpan duration);
member this.End : TimeSpan -> unit
Public Sub End (duration As TimeSpan)
Parameters
- duration
- TimeSpan
Duration of the activity in milliseconds