C# Class TSystems.RELOAD.Transport.StoreAns

In response to a successful Store request the peer MUST return a StoreAns message containing a series of StoreKindResponse elements containing the current value of the generation counter for each Kind-ID, as well as a list of the peers where the data will be replicated by the node processing the request. see RELOAD base -12 p. 90 --alex
Inheritance: RELOAD_MessageBody
Mostra file Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method Description
Dump ( BinaryWriter writer ) : uint
FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
StoreAns ( ) : System
StoreAns ( List store_kind_data, List replicas ) : System

Method Details

Dump() public method

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

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

StoreAns() public method

public StoreAns ( ) : System
return System

StoreAns() public method

public StoreAns ( List store_kind_data, List replicas ) : System
store_kind_data List
replicas List
return System