Search
Schedule.SaveTo Method
See Also
 






Saves the schedule to a file.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Task SaveTo (
    Stream stream
)

Visual Basic  Copy Code

Public Function SaveTo( _
    stream As Stream _
) As Task

 Parameters

stream

The stream to save to.

 Return Value

 Remarks

Saves the schedule data into a binary or XML file. Use LoadFrom to restore the data later.

 See Also