Click or drag to resize

ServerShutdownAsync Method

Requests server shutdown and when there are no more calls being serviced, cleans up used resources. 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 ShutdownAsync()

Return Value

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