Channel(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Channel class.
public Channel(string? name, string? link = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Channel : string * string -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Channel
Public Sub New (name As String, Optional link As String = Nothing)
Parameters
- name
- String
Human-readable name of the channel.
- link
- String
Optional link for the channel.