Search
Schedule.LoadFromStream Method
See Also
 





Loads schedule data from a binary stream.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void LoadFromStream (
    Stream stream
)

Visual Basic  Copy Code

Public Sub LoadFromStream( _
    stream As Stream _
)

 Parameters

stream

The stream to load the schedule from.

 Remarks

This method loads data from a binary stream previously saved there by SaveToStream. Any data contained in the schedule is discarded before the items stored in the stream are loaded.

 See Also