Edit

Share via


ActivitySourceOptions(String) Constructor

Definition

Constructs a new instance of ActivitySourceOptions.

public:
 ActivitySourceOptions(System::String ^ name);
public ActivitySourceOptions(string name);
new System.Diagnostics.ActivitySourceOptions : string -> System.Diagnostics.ActivitySourceOptions
Public Sub New (name As String)

Parameters

name
String

The name of the ActivitySourceOptions object

Applies to