Click or drag to resize

ContextPropagationOptionsIsPropagateCancellation Property

true if parent call's cancellation token should be propagated to the child call.

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

Property Value

Type: Boolean
See Also