Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Diagnostics.​ActivitySourceOptions
Assembly: System.Diagnostics.DiagnosticSource
Inheritance: object → ActivitySourceOptions
Options for creating an <see cref="T:System.Diagnostics.ActivitySource" /> .
Properties
public
string
Name
Gets or sets the <see cref="T:System.Diagnostics.ActivitySourceOptions" /> object name. Cannot be <see langword="null" /> .
public
string
Version
Gets or sets the <see cref="T:System.Diagnostics.ActivitySourceOptions" /> version.
public
Collections.​Generic.​IEnumerable<​Collections.​Generic.​KeyValuePair<​string, object>>
Tags
Gets or sets the optional list of key-value pair tags associated with the <see cref="T:System.Diagnostics.ActivitySourceOptions" /> .
public
string
TelemetrySchemaUrl
<para>Gets or sets the location of a Schema file that can be retrieved using HTTP or HTTPS protocol.</para>
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object