Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 971 Bytes

icorprofilerinfo12-eventpipestopsession-method.md

File metadata and controls

40 lines (29 loc) · 971 Bytes
description title ms.date api_name api_location api_type
Learn more about: ICorProfilerInfo12::EventPipeStopSession Method
ICorProfilerInfo12::EventPipeStopSession Method
03/19/2021
ICorProfilerInfo12.EventPipeStopSession
coreclr.dll
corprof.idl
COM

ICorProfilerInfo12::EventPipeStopSession method

Stops an EventPipe session, preventing any future events from being written to the session.

Syntax

    HRESULT EventPipeStopSession(
        [in] EVENTPIPE_SESSION session);

Parameters

session
[in] The ID of the session to stop.

Requirements

Platforms: See .NET supported operating systems.

Header: CorProf.idl, CorProf.h

.NET Versions: Available since .NET 5.0

See also