C# 클래스 TSystems.RELOAD.Transport.StoreReq

A StoreReq message is a sequence of StoreKindData values, each of which represents a sequence of stored values for a given kind. RELOAD base -12 p. 86 --alex
상속: RELOAD_MessageBody
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 메소드들

메소드 설명
Dump ( BinaryWriter writer ) : UInt32
FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody

Deserializes a StoreReq message from wire.

StoreReq ( ResourceId resId, List store_kind_data, UsageManager manager, bool replica ) : System
StoreReq ( UsageManager manager ) : System
appendStoreKindData ( StoreKindData storeKind ) : int

Adds a new StoreKindData to the request

setReplicaNumber ( ) : byte

Increments the replica_number for this request.

메소드 상세

Dump() 공개 메소드

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

FromReader() 공개 메소드

Deserializes a StoreReq message from wire.
public FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
rm ReloadMessage
reader System.IO.BinaryReader
reload_msg_size long
리턴 RELOAD_MessageBody

StoreReq() 공개 메소드

public StoreReq ( ResourceId resId, List store_kind_data, UsageManager manager, bool replica ) : System
resId TSystems.RELOAD.Utils.ResourceId
store_kind_data List
manager TSystems.RELOAD.Usage.UsageManager
replica bool
리턴 System

StoreReq() 공개 메소드

public StoreReq ( UsageManager manager ) : System
manager TSystems.RELOAD.Usage.UsageManager
리턴 System

appendStoreKindData() 공개 메소드

Adds a new StoreKindData to the request
public appendStoreKindData ( StoreKindData storeKind ) : int
storeKind TSystems.RELOAD.Storage.StoreKindData The Kind to be stored
리턴 int

setReplicaNumber() 공개 메소드

Increments the replica_number for this request.
public setReplicaNumber ( ) : byte
리턴 byte