Click or drag to resize

ServerKillAsync Method

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
Syntax
public Task KillAsync()

Return Value

Type: Task
Remarks
It is strongly recommended to shutdown all previously created servers before exiting from the process.
See Also