Requests server shutdown while cancelling all the in-progress calls.
The returned task finishes when shutdown procedure is complete.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
SyntaxPublic Function KillAsync As Task
public:
Task^ KillAsync()
member KillAsync : unit -> Task
Return Value
Type:
Task
See Also