C# Class FloatingQueue.Common.TCPProvider.TCPQueueServiceProxy

Inheritance: FloatingQueue.Common.TCP.TCPClientBase, IQueueService
Afficher le fichier Open project: eleks/FloatingQueuePoC

Méthodes publiques

Méthode Description
GetAllNext ( string aggregateId, int version ) : IEnumerable
GetClusterMetadata ( ) : ClusterMetadata
Push ( string aggregateId, int version, object e ) : void
TryGetNext ( string aggregateId, int version, object &next ) : bool

Method Details

GetAllNext() public méthode

public GetAllNext ( string aggregateId, int version ) : IEnumerable
aggregateId string
version int
Résultat IEnumerable

GetClusterMetadata() public méthode

public GetClusterMetadata ( ) : ClusterMetadata
Résultat ClusterMetadata

Push() public méthode

public Push ( string aggregateId, int version, object e ) : void
aggregateId string
version int
e object
Résultat void

TryGetNext() public méthode

public TryGetNext ( string aggregateId, int version, object &next ) : bool
aggregateId string
version int
next object
Résultat bool