ASP.NET Pack Programmer's Guide
Schedule.SaveToStream Method
See Also
 





Saves the schedule to a binary stream.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void SaveToStream (
    Stream stream
)

Visual Basic  Copy Code

Public Sub SaveToStream( _
    stream As Stream _
)

 Parameters

stream
Type: Stream
The System.IO.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

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace