Requests server shutdown while cancelling all the in-progress calls.
The returned task finishes when shutdown procedure is complete.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
SyntaxPublic Function KillAsync As Task
public:
Task^ KillAsync()
member KillAsync : unit -> Task
Return Value
Type:
Task
Remarks
It is strongly recommended to shutdown all previously created servers before exiting from the process.
See Also