Share via


BIND_OPTS2.dwTickCountDeadline Field

Represents the clock time in milliseconds.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Public dwTickCountDeadline As UInteger
public uint dwTickCountDeadline
public:
unsigned int dwTickCountDeadline
val mutable dwTickCountDeadline: uint32
public var dwTickCountDeadline : uint

Remarks

dwTickCountDeadline lets the caller limit the execution of an operation when speed is of primary importance. A value of zero indicates that there is no deadline.

Typical deadlines allow for a few hundred milliseconds of execution. This deadline is a recommendation, not a requirement; however, operations that exceed their deadline by a large amount may cause delays for the end user.

.NET Framework Security

See Also

Reference

BIND_OPTS2 Structure

Microsoft.VisualStudio.OLE.Interop Namespace