ExcelServicesJob.ScheduledRunNowWait Method
Validates, divides, creates a schedule, and then runs the work to perform on the compute cluster immediately. Waits for the work to be completed.
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
Public Sub ScheduledRunNowWait
'Usage
Dim instance As ExcelServicesJob
instance.ScheduledRunNowWait()
public void ScheduledRunNowWait()
Exceptions
Exception | Condition |
---|---|
IncorrectCredentialsSupplied | |
UnableToImpersonateUser | |
UnableToUndoImpersonation | |
UnableToLoadProfile | |
UnableToUnloadProfile |
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace