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





Reads an unsigned long value.

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

 Syntax

C#  Copy Code

public ulong ReadULong (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadULong( _
    reader As BinaryReader _
) As ULong

 Parameters

reader
Type: BinaryReader
An instance of the System.IO.BinaryReader class to read from.

 Return Value

Type: UInt64
The unsigned long that has been read.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace