ExcelServicesWork.ShallowCopy Method
Provides a shallow copy of the key properties necessary to recreate an ExcelServicesWork object.
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 Function ShallowCopy As ExcelServicesWork
'Usage
Dim instance As ExcelServicesWork
Dim returnValue As ExcelServicesWork
returnValue = instance.ShallowCopy()
public ExcelServicesWork ShallowCopy()
Return Value
Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.ExcelServicesWork
A new ExcelServicesWork object with necessary properties for connecting to the original Web service.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace