Home
last modified time | relevance | path

Searched refs:propagateCancellation (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DContextPropagationOptions.cs34 bool propagateCancellation; field in Grpc.Core.ContextPropagationOptions
41 … public ContextPropagationOptions(bool propagateDeadline = true, bool propagateCancellation = true) in ContextPropagationOptions() argument
44 this.propagateCancellation = propagateCancellation; in ContextPropagationOptions()
56 get { return this.propagateCancellation; }
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DCallOptionsTest.cs76 … new ContextPropagationOptions(propagateDeadline: true, propagateCancellation: false)); in Normalize()
82 … new ContextPropagationOptions(propagateDeadline: false, propagateCancellation: true)); in Normalize()