Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 820 Bytes

loggingactivity_stopactivity_294925909.md

File metadata and controls

27 lines (19 loc) · 820 Bytes
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingActivity.StopActivity(System.String)
winrt method

Windows.Foundation.Diagnostics.LoggingActivity.StopActivity

-description

Marks the activity as closed/disposed and generates a stop event with the specified event name.

-parameters

-param stopEventName

The name for the stop event.

-remarks

The level for this event is the same as the level specified for the start event.

This function will fail if the activity has already been closed or disposed.

-examples

-see-also

StopActivity(String, LoggingFields), StopActivity(String, LoggingFields, LoggingOptions)