Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32Sleeps for the number of milliseconds specified.
Remarks
Parameter name is millisecondsToWait.