ChannelShutdownAsync Method |
Waits until there are no more active calls for this channel and then cleans up
resources used by this channel.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic Task ShutdownAsync()
Public Function ShutdownAsync As Task
public:
Task^ ShutdownAsync()
member ShutdownAsync : unit -> Task
Return Value
Type:
Task
See Also