IVsDeployableProjectCfg2.WaitDeploy(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 WaitDeploy(System::UInt32 dwMilliseconds, int fTickWhenMessageQNotEmpty);
	public:
 int WaitDeploy(unsigned int dwMilliseconds, int fTickWhenMessageQNotEmpty);
	int WaitDeploy(unsigned int dwMilliseconds, int fTickWhenMessageQNotEmpty);
	public int WaitDeploy(uint dwMilliseconds, int fTickWhenMessageQNotEmpty);
	abstract member WaitDeploy : uint32 * int -> int
	Public Function WaitDeploy (dwMilliseconds As UInteger, fTickWhenMessageQNotEmpty As Integer) As Integer
	Parameters
- dwMilliseconds
 - UInt32
 
Do not use.
- fTickWhenMessageQNotEmpty
 - Int32
 
Do not use.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.