Class ContextPropagationOptions
Inheritance
ContextPropagationOptions
Assembly: Grpc.Core.Api.dll
Syntax
public class ContextPropagationOptions
Constructors
ContextPropagationOptions(bool, bool)
Declaration
public ContextPropagationOptions(bool propagateDeadline = true, bool propagateCancellation = true)
Parameters
Type |
Name |
Description |
bool |
propagateDeadline |
|
bool |
propagateCancellation |
|
Fields
Default
Declaration
public static readonly ContextPropagationOptions Default
Field Value
Properties
IsPropagateCancellation
Declaration
public bool IsPropagateCancellation { get; }
Property Value
IsPropagateDeadline
Declaration
public bool IsPropagateDeadline { get; }
Property Value