Searched refs:propagateCancellation (Results 1 – 2 of 2) sorted by relevance
118 bool propagateCancellation; field in Grpc.Core.ContextPropagationOptions125 … public ContextPropagationOptions(bool propagateDeadline = true, bool propagateCancellation = true) in ContextPropagationOptions() argument128 this.propagateCancellation = propagateCancellation; in ContextPropagationOptions()140 get { return this.propagateCancellation; }
76 … new ContextPropagationOptions(propagateDeadline: true, propagateCancellation: false)); in Normalize()82 … new ContextPropagationOptions(propagateDeadline: false, propagateCancellation: true)); in Normalize()