ChatHistoryKernelAgent.GetChannelKeys Method
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.
Set of keys to establish channel affinity. Minimum expected key-set: yield return typeof(YourAgentChannel).FullName;
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)