AgentChannel.Serialize 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.
Responsible for providing the serialized representation of the channel.
protected internal abstract string Serialize();
abstract member Serialize : unit -> string
Protected Friend MustOverride Function Serialize () As String