MindFusion.Scheduling for ASP.NET Programmer's Guide
BinarySerializationContext.WriteULong Method
See Also
 





Writes an unsigned long value.

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

 Syntax

C#  Copy Code

public void WriteULong (
    ulong ulongValue,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteULong( _
    ulongValue As ULong, _
    writer As BinaryWriter _
)

 Parameters

ulongValue
Type: UInt64
The unsigned long value to write.
writer
Type: BinaryWriter
An instance of the System.IO.BinaryWriter class to write to.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace