JsonRpc.IJsonRpcTracingCallbacks.OnMessageSerialized 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.
void IJsonRpcTracingCallbacks.OnMessageSerialized (StreamJsonRpc.Protocol.JsonRpcMessage message, object encodedMessage);
abstract member StreamJsonRpc.Reflection.IJsonRpcTracingCallbacks.OnMessageSerialized : StreamJsonRpc.Protocol.JsonRpcMessage * obj -> unit
override this.StreamJsonRpc.Reflection.IJsonRpcTracingCallbacks.OnMessageSerialized : StreamJsonRpc.Protocol.JsonRpcMessage * obj -> unit
Sub OnMessageSerialized (message As JsonRpcMessage, encodedMessage As Object) Implements IJsonRpcTracingCallbacks.OnMessageSerialized
Parameters
- message
- JsonRpcMessage
- encodedMessage
- Object