FormatterBase.DeserializationTracking Constructor
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.
Initializes a new instance of the FormatterBase.DeserializationTracking struct.
public DeserializationTracking(StreamJsonRpc.FormatterBase formatter, StreamJsonRpc.Protocol.JsonRpcMessage message, ReadOnlySpan<System.Reflection.ParameterInfo> parameters);
new StreamJsonRpc.FormatterBase.DeserializationTracking : StreamJsonRpc.FormatterBase * StreamJsonRpc.Protocol.JsonRpcMessage * ReadOnlySpan<System.Reflection.ParameterInfo> -> StreamJsonRpc.FormatterBase.DeserializationTracking
Public Sub New (formatter As FormatterBase, message As JsonRpcMessage, parameters As ReadOnlySpan(Of ParameterInfo))
Parameters
- formatter
- FormatterBase
The formatter.
- message
- JsonRpcMessage
The message being deserialized.
- parameters
- ReadOnlySpan<ParameterInfo>
The signature of the method that will be invoked for the incoming request, if applicable.