Class RoutingMapping
public sealed record RoutingMapping : IEquatable<RoutingMapping>
- Inheritance
-
RoutingMapping
- Implements
- Inherited Members
Constructors
RoutingMapping(string, string)
public RoutingMapping(string ChannelId, string AgentId)
Parameters
Properties
AgentId
public string AgentId { get; init; }
Property Value
ChannelId
public string ChannelId { get; init; }