Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.