BIND_OPTS2::dwTickCountDeadline Field
Visual Studio 2015
Represents the clock time in milliseconds.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
public: [ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.DWORD")] unsigned int dwTickCountDeadline
Field Value
Type: System::UInt32dwTickCountDeadline 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.
Show: