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
'Declaración
Public dwTickCountDeadline As UInteger
public uint dwTickCountDeadline
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.