Click or drag to resize

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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int TickCountDeadline { get; }

Property Value

Type: Int32
The tick count deadline.
See Also