Loads schedule data from a binary stream.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public void LoadFromStream ( |
Visual Basic Copy Code |
---|
Public Sub LoadFromStream( _ |
The stream to load the schedule from.
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.