Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.03 KB

loggingactivity_stopactivity_83288151.md

File metadata and controls

28 lines (20 loc) · 1.03 KB
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingActivity.StopActivity(System.String,Windows.Foundation.Diagnostics.LoggingFields)
winrt method

Windows.Foundation.Diagnostics.LoggingActivity.StopActivity

-description

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

-parameters

-param stopEventName

The name for this event.

-param fields

The fields for this event. May be null.

-remarks

Methods that accept a LoggingFields parameter also accept null. A null value is semantically equivalent to a newly-constructed or cleared LoggingFields object and represents an empty payload.

-examples

-see-also

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