Share via


ChatHistoryAgent.GetChannelKeys Method

Definition

Set of keys to establish channel affinity. Minimum expected key-set: <example> yield return typeof(YourAgentChannel).FullName; </example>

protected override sealed System.Collections.Generic.IEnumerable<string> GetChannelKeys();
override this.GetChannelKeys : unit -> seq<string>
Protected Iterator Overrides NotOverridable Function GetChannelKeys () As IEnumerable(Of String)

Returns

Applies to