Click or drag to resize
ContextPropagationOptions Constructor
Creates new context propagation options.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public ContextPropagationOptions(
	bool propagateDeadline = true,
	bool propagateCancellation = true
)

Parameters

propagateDeadline (Optional)
Type: SystemBoolean
If set to true parent call's deadline will be propagated to the child call.
propagateCancellation (Optional)
Type: SystemBoolean
If set to true parent call's cancellation token will be propagated to the child call.
See Also