Saves the schedule to a file.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Task SaveTo ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveTo( _ |
The stream to save to.
RemarksSaves the schedule data into a binary or XML file. Use LoadFrom to restore the data later.
See Also