FormatterBase.TrackSerialization(JsonRpcMessage) 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.
Sets up state to track serialization of a message.
protected StreamJsonRpc.FormatterBase.SerializationTracking TrackSerialization(StreamJsonRpc.Protocol.JsonRpcMessage message);
member this.TrackSerialization : StreamJsonRpc.Protocol.JsonRpcMessage -> StreamJsonRpc.FormatterBase.SerializationTracking
Protected Function TrackSerialization (message As JsonRpcMessage) As FormatterBase.SerializationTracking
Parameters
- message
- JsonRpcMessage
The message being serialized.
Returns
A value to dispose of when serialization has completed.