Click or drag to resize

ChannelShutdownToken Property

Returns a token that gets cancelled once ShutdownAsync is invoked.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public CancellationToken ShutdownToken { get; }

Property Value

Type: CancellationToken
See Also