Share via


ExcelServicesJob.SerializeMe Method

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 ExcelServicesJob
Dim FileName As String

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

Parameters

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

Remarks

This method automatically overwrites any existing file.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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