ContextPropagationOptionsIsPropagateCancellation Property |
true if parent call's cancellation token should be propagated to the child call.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
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