IVsBuildableProjectCfg.Wait(UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obsolete method. Do not use.
public:
int Wait(System::UInt32 dwMilliseconds, int fTickWhenMessageQNotEmpty);
public:
int Wait(unsigned int dwMilliseconds, int fTickWhenMessageQNotEmpty);
int Wait(unsigned int dwMilliseconds, int fTickWhenMessageQNotEmpty);
public int Wait (uint dwMilliseconds, int fTickWhenMessageQNotEmpty);
abstract member Wait : uint32 * int -> int
Public Function Wait (dwMilliseconds As UInteger, fTickWhenMessageQNotEmpty As Integer) As Integer
Parameters
- dwMilliseconds
- UInt32
Do not use.
- fTickWhenMessageQNotEmpty
- Int32
Do not use.