MindFusion.Scheduling for ASP.NET Programmer's Guide
BinarySerializationContext Constructor (Schedule, Int32)
See Also
 





Initializes a new instance of the BinarySerializationContext class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public BinarySerializationContext (
    Schedule schedule,
    int fileVersion
)

Visual Basic  Copy Code

Public New ( _
    schedule As Schedule, _
    fileVersion As Integer _
)

 Parameters

schedule
Type: Schedule
The Schedule to serialize/deserialize.
fileVersion

Type: Int32
The file version of the file to deserialize.

 See Also

BinarySerializationContext Constructor Overload List
BinarySerializationContext Class
MindFusion.Scheduling Namespace