IJsonRpcMessageBufferManager Interface
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.
An interface that may be found on an IJsonRpcMessageHandler object to request notification of when message deserialization is completed so buffers can be released or safely recycled.
public interface IJsonRpcMessageBufferManager
type IJsonRpcMessageBufferManager = interface
Public Interface IJsonRpcMessageBufferManager
- Derived
Methods
DeserializationComplete(JsonRpcMessage) |
Notifies that it is safe to free buffers held to deserialize the payload for a message because all deserialization attempts are completed. |