AsyncUnaryCallTResponseGetStatus Method |
Gets the call status if the call has already finished.
Throws InvalidOperationException otherwise.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic Status GetStatus()
Public Function GetStatus As Status
public:
Status GetStatus()
member GetStatus : unit -> Status
Return Value
Type:
Status
See Also