Click or drag to resize

RpcResponseStatus Enumeration

Indicates the result of an RPC operation.

Namespace: Ookii.Jumbo.Rpc
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public enum RpcResponseStatus
Members
Member nameValueDescription
Success0 The operation completed successfully, and produced a value which must be deserialized.
SuccessNoValue1 The operation completed successfully, and produced no value.
Error2 The operation encountered an error, and the remaining data is the serialized exception.
See Also