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

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
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
generation_counter System.UInt64
kind System.UInt32
replicas List

프로퍼티 상세

generation_counter 공개적으로 프로퍼티

public UInt64,System generation_counter
리턴 System.UInt64

kind 공개적으로 프로퍼티

public UInt32,System kind
리턴 System.UInt32

replicas 공개적으로 프로퍼티

public List replicas
리턴 List