RpcExceptionStatus Property |
Resulting status of the call.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic Status Status { get; }
Public ReadOnly Property Status As Status
Get
public:
property Status Status {
Status get ();
}
member Status : Status with get
Property Value
Type:
Status
See Also