Compartilhar via


PublishingService.Wait Method

Waits for as many milliseconds as specified.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub Wait ( _
    millisecondsToWait As Integer _
)
'Usage
Dim instance As PublishingService
Dim millisecondsToWait As Integer

instance.Wait(millisecondsToWait)
[WebMethodAttribute]
public void Wait(
    int millisecondsToWait
)

Parameters

  • millisecondsToWait
    Type: System.Int32

    Sleeps for the number of milliseconds specified.

Remarks

Parameter name is millisecondsToWait.

See Also

Reference

PublishingService Class

PublishingService Members

Microsoft.SharePoint.Publishing.WebServices Namespace

PublishingService