ShellBindContextTickCountDeadline Property |
Gets the clock time by which the caller would like the binding operation to be completed, in milliseconds.
This member lets the caller limit the execution time of an operation when speed is of primary importance.
A value of zero indicates that there is no deadline.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int TickCountDeadline { get; }
Property Value
Type:
Int32
The tick count deadline.
See Also