Channel Class
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.
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. |