Saves the schedule to a binary stream.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void SaveToStream ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToStream( _ |
The stream to save the schedule to.
RemarksSaves the schedule data as bytes in a binary stream. Use LoadFromStream to restore the data later.
See Also