'Declaration
Public Overloads Shared Sub StartSession( _ ByVal skipFrames As Integer, _ ByVal reason As String _ )
public static void StartSession( int skipFrames, string reason )
Parameters
- skipFrames
- The number of stack frames to skip out to find the original caller.
- reason
- A caption for the reason the session is starting, or null.