C# 클래스 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
상속: RELOAD_MessageBody
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET

공개 메소드들

메소드 설명
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

메소드 상세

Dump() 공개 메소드

public Dump ( BinaryWriter writer ) : uint
writer System.IO.BinaryWriter
리턴 uint

FromReader() 공개 메소드

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

StoreAns() 공개 메소드

public StoreAns ( ) : System
리턴 System

StoreAns() 공개 메소드

public StoreAns ( List store_kind_data, List replicas ) : System
store_kind_data List
replicas List
리턴 System