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: 0.7.0.0
Syntax
public bool IsPropagateCancellation { get; }

Property Value

Type: Boolean
See Also