ExcelServicesJob.CompleteAsync Method
Completes an asynchronous operation.
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 CompleteAsync ( _
result As IAsyncResult _
)
'Usage
Dim instance As ExcelServicesJob
Dim result As IAsyncResult
instance.CompleteAsync(result)
public void CompleteAsync(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The IAsyncResult that represents a specific invoke asynchronous operation.
Remarks
This is an asynchronous callback method used to end an invoke call.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace