ExcelServicesWork.SerializeRefresh Method
Gets an instance of an ExcelServicesWork object based on the XML serialization file contained in the DeserializationFile property.
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 SerializeRefresh As ExcelServicesWork
'Usage
Dim instance As ExcelServicesWork
Dim returnValue As ExcelServicesWork
returnValue = instance.SerializeRefresh()
public ExcelServicesWork SerializeRefresh()
Return Value
Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.ExcelServicesWork
An instance of an ExcelServicesWork object instantiated by the XML within the file.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace