C# Class TSystems.RELOAD.Transport.UpdateReqAns

Inheritance: RELOAD_MessageBody
Mostra file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
Dump ( BinaryWriter writer ) : UInt32
FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
UpdateReqAns ( ) : System
UpdateReqAns ( List successors, List predecessors, ChordUpdateType type, System.DateTime UpTime ) : System
UpdateReqAns ( RELOAD_ErrorCode result ) : System

Method Details

Dump() public method

public Dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter
return System.UInt32

FromReader() public method

public FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
rm ReloadMessage
reader System.IO.BinaryReader
reload_msg_size long
return RELOAD_MessageBody

UpdateReqAns() public method

public UpdateReqAns ( ) : System
return System

UpdateReqAns() public method

public UpdateReqAns ( List successors, List predecessors, ChordUpdateType type, System.DateTime UpTime ) : System
successors List
predecessors List
type ChordUpdateType
UpTime System.DateTime
return System

UpdateReqAns() public method

public UpdateReqAns ( RELOAD_ErrorCode result ) : System
result RELOAD_ErrorCode
return System