| ContextPropagationOptionsIsPropagateCancellation Property | 
true if parent call's cancellation token should be propagated to the child call.
 
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.12.0.0
 Syntax
Syntaxpublic bool IsPropagateCancellation { get; }Public ReadOnly Property IsPropagateCancellation As Boolean
	Get
public:
property bool IsPropagateCancellation {
	bool get ();
}member IsPropagateCancellation : bool with get
Property Value
Type: 
Boolean See Also
See Also