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

Return Value

Type: Task
See Also