'Declaration
Public Overloads Shared Sub StartSession( _ ByVal configuration As AgentConfiguration, _ ByVal skipFrames As Integer, _ ByVal reason As String _ )
public static void StartSession( AgentConfiguration configuration, int skipFrames, string reason )
Parameters
- configuration
- The Agent configuration to use instead of any configuration in the app.config file.
- 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.