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.6.1.0
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