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.0.0
Syntax
public CancellationToken ShutdownToken { get; }

Property Value

Type: CancellationToken
See Also