EndSession Example (Visual Basic)

   Applies To

This example shows the process of calling EndSession when a component is finished generating Visual Studio Analyzer events. Refer to ISystemDebugEventFire Example (Visual Basic) to see this code in context.

' End the session with the event creator object when you are
' finished generating events.
Private Sub Sample_EndSession()
   mIEC.EndSession
End Sub