ExcelServicesWork.DeserializeMe Method (String)

Takes an XML file and deserializes the XML into an 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 Shared Function DeserializeMe ( _
    FileName As String _
) As ExcelServicesWork
'Usage
Dim FileName As String
Dim returnValue As ExcelServicesWork

returnValue = ExcelServicesWork.DeserializeMe(FileName)
public static ExcelServicesWork DeserializeMe(
    string FileName
)

Parameters

  • FileName
    Type: System.String
    File name containing the deserialization XML.

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

ExcelServicesWork Class

ExcelServicesWork Members

DeserializeMe Overload

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace