IVsDeployableProjectCfg2.WaitDeploy Method (UInt32, Int32)

Obsolete method. Do not use.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaración
Function WaitDeploy ( _
    dwMilliseconds As UInteger, _
    fTickWhenMessageQNotEmpty As Integer _
) As Integer
'Uso
Dim instance As IVsDeployableProjectCfg2
Dim dwMilliseconds As UInteger
Dim fTickWhenMessageQNotEmpty As Integer
Dim returnValue As Integer

returnValue = instance.WaitDeploy(dwMilliseconds, _
    fTickWhenMessageQNotEmpty)
int WaitDeploy(
    uint dwMilliseconds,
    int fTickWhenMessageQNotEmpty
)
int WaitDeploy(
    [InAttribute] unsigned int dwMilliseconds, 
    [InAttribute] int fTickWhenMessageQNotEmpty
)
abstract WaitDeploy : 
        dwMilliseconds:uint32 * 
        fTickWhenMessageQNotEmpty:int -> int 
function WaitDeploy(
    dwMilliseconds : uint, 
    fTickWhenMessageQNotEmpty : int
) : int

Parameters

  • fTickWhenMessageQNotEmpty
    Type: System.Int32
     Do not use.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsDeployableProjectCfg.WaitDeploy(UInt32, Int32)

.NET Framework Security

See Also

Reference

IVsDeployableProjectCfg2 Interface

IVsDeployableProjectCfg2 Members

WaitDeploy Overload

Microsoft.VisualStudio.Shell.Interop Namespace