Class ContextPropagationOptions (2.66.0)

 public class ContextPropagationOptions 

Options for ContextPropagationToken .

Inheritance

object > ContextPropagationOptions

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Constructors

ContextPropagationOptions(bool, bool)

 public ContextPropagationOptions(bool propagateDeadline = true, bool propagateCancellation = true) 

Creates new context propagation options.

Parameters
Name
Description
propagateDeadline
bool

If set to true parent call's deadline will be propagated to the child call.

propagateCancellation
bool

If set to true parent call's cancellation token will be propagated to the child call.

Fields

Default

 public static readonly ContextPropagationOptions Default 

The context propagation options that will be used by default.

Field Value
Type
Description

Properties

IsPropagateCancellation

 public bool IsPropagateCancellation { get; } 

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

Property Value
Type
Description

IsPropagateDeadline

 public bool IsPropagateDeadline { get; } 

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

Property Value
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: