MindFusion WinForms Programmer's Guide
Task.SaveTo Method
See Also
 





Saves the task data to a binary stream or an XML document.

 Overload List

Name Description

Task.SaveTo (BinaryWriter, BinarySerializationContext)

Saves the task data to a binary stream.

Task.SaveTo (JsonObject, JsonSerializationContext)

Saves task data to a JsonObject.

Task.SaveTo (XmlElement, XmlSerializationContext)

Saves the task data to an XML document.

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace