 | StreamRpcServerHandlerOptions Enumeration |
[This is preliminary documentation and is subject to change.]
Provides options for JsonRpcServiceHost.
Namespace:
JsonRpc.Streams
Assembly:
JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax[FlagsAttribute]
public enum StreamRpcServerHandlerOptions
<FlagsAttribute>
Public Enumeration StreamRpcServerHandlerOptions
Dim instance As StreamRpcServerHandlerOptions
[FlagsAttribute]
public enum class StreamRpcServerHandlerOptions
[<FlagsAttribute>]
type StreamRpcServerHandlerOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No options.
|
| ConsistentResponseSequence | 1 |
Makes the response sequence consistent with the request order.
|
| SupportsRequestCancellation | 2 |
Enables request cancellation via TryCancelRequest(MessageId).
|
See Also