Class ChannelBaseExtensions (4.3.1)

public static class ChannelBaseExtensions

Extension methods for .

Inheritance

object > ChannelBaseExtensions

Namespace

GoogleGoogle.ApiGaxGrpc

Assembly

Google.Api.Gax.Grpc.dll

Methods

Shutdown(ChannelBase, ILogger)

public static void Shutdown(this ChannelBase channel, ILogger logger = null)

Shuts down a channel semi-synchronously. This method initially calls Dispose() if the channel implements IDisposable (e.g. in the case of ) and then calls . This method does not wait for the task to complete, but observes any exceptions (whether the task is faulted or canceled), optionally logging them to logger.

Parameters
NameDescription
channelChannelBase

The channel to shut down.

loggerILogger

An optional logger to record any errors during asynchronous shutdown.