Search
Schedule.SaveToStream Method
See Also
 





Saves the schedule to a binary stream.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void SaveToStream (
    Stream stream
)

Visual Basic  Copy Code

Public Sub SaveToStream( _
    stream As Stream _
)

 Parameters

stream

The stream to save the schedule to.

 Remarks

Saves the schedule data as bytes in a binary stream. Use LoadFromStream to restore the data later.

 See Also