ExcelServicesWork.SerializeMe Method (String)

Serializes the current instance of the object based on the FileName parameter.

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 SerializeMe ( _
    FileName As String _
)
'Usage
Dim instance As ExcelServicesWork
Dim FileName As String

instance.SerializeMe(FileName)
public void SerializeMe(
    string FileName
)

Parameters

  • FileName
    Type: System.String
    The file name to use to save the serialized object.

Remarks

This method automatically overwrites any existing file.

See Also

Reference

ExcelServicesWork Class

ExcelServicesWork Members

SerializeMe Overload

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