Compartilhar via


IVsDeployableProjectCfg2.WaitDeploy(UInt32, Int32) Method

Definition

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.

Implements

Applies to