SpoOperation.PollingInterval property
Gets the recommended interval to poll for the IsComplete property (in milliseconds).
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property PollingInterval As Integer
Get
'Usage
Dim instance As SpoOperation
Dim value As Integer
value = instance.PollingInterval
public int PollingInterval { get; }
Property value
Type: System.Int32