C# Class 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
Mostra file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
generation_counter System.UInt64
kind System.UInt32
replicas List

Property Details

generation_counter public_oe property

public UInt64,System generation_counter
return System.UInt64

kind public_oe property

public UInt32,System kind
return System.UInt32

replicas public_oe property

public List replicas
return List