GrpcEnvironmentShutdownChannelsAsync Method |
Requests shutdown of all channels created by the current process.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic static Task ShutdownChannelsAsync()
Public Shared Function ShutdownChannelsAsync As Task
public:
static Task^ ShutdownChannelsAsync()
static member ShutdownChannelsAsync : unit -> Task
Return Value
Type:
Task
See Also