次の方法で共有


Channel Class

Definition

Represents channel information for agent execution context.

public sealed class Channel : IEquatable<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Channel>
type Channel = class
    interface IEquatable<Channel>
Public NotInheritable Class Channel
Implements IEquatable(Of Channel)
Inheritance
Channel
Implements

Constructors

Name Description
Channel(String, String)

Initializes a new instance of the Channel class.

Properties

Name Description
Link

Gets an optional link for the channel.

Name

Gets the human-readable name for the channel.

Methods

Name Description
Deconstruct(String, String)

Deconstructs this instance for tuple deconstruction support.

Equals(Channel)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to