IJsonRpcMessageFactory 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 allows IJsonRpcMessageFormatter instances to act as a factory for JsonRpcMessage-derived types.
public interface IJsonRpcMessageFactory
type IJsonRpcMessageFactory = interface
Public Interface IJsonRpcMessageFactory
- Derived
Methods
CreateErrorMessage() |
Creates an instance of JsonRpcError suitable for transmission over the IJsonRpcMessageFormatter. |
CreateRequestMessage() |
Creates an instance of JsonRpcRequest suitable for transmission over the IJsonRpcMessageFormatter. |
CreateResultMessage() |
Creates an instance of JsonRpcResult suitable for transmission over the IJsonRpcMessageFormatter. |