Removes the calling RPC-based component as a component for a specified Visual Studio Analyzer session.
Syntax
HRESULT VSAEndSession([in] long vaaID);
Parameters
vaaID
Unique identifier for this invocation of this component.
Remarks
You can make repeated calls to EndSession during the same session, as long as you have a matching BeginSession call for each EndSession call. You cannot nest calls.
| Accepted | Not Accepted |
| BeginSession | BeginSession |
| EndSession | BeginSession |
| BeginSession | EndSession |
| EndSession | EndSession |