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