C# Class DictStreamProvider.DictStreamToken

Inheritance: StreamSequenceToken
Afficher le fichier Open project: amamh/orleans-DictStreamProvider Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( StreamSequenceToken other ) : int
CoreCtor ( IEnumerable keys ) : void
CreateTokenForKey ( int index ) : DictStreamToken
DictStreamToken ( ) : System
DictStreamToken ( IEnumerable keys ) : System
Equals ( DictStreamToken other ) : bool
Equals ( StreamSequenceToken other ) : bool
Equals ( object obj ) : bool

Private Methods

Méthode Description
NoDups ( string keys ) : bool

Method Details

CompareTo() public méthode

public CompareTo ( StreamSequenceToken other ) : int
other StreamSequenceToken
Résultat int

CoreCtor() public méthode

public CoreCtor ( IEnumerable keys ) : void
keys IEnumerable
Résultat void

CreateTokenForKey() public méthode

public CreateTokenForKey ( int index ) : DictStreamToken
index int
Résultat DictStreamToken

DictStreamToken() public méthode

public DictStreamToken ( ) : System
Résultat System

DictStreamToken() public méthode

public DictStreamToken ( IEnumerable keys ) : System
keys IEnumerable
Résultat System

Equals() public méthode

public Equals ( DictStreamToken other ) : bool
other DictStreamToken
Résultat bool

Equals() public méthode

public Equals ( StreamSequenceToken other ) : bool
other StreamSequenceToken
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool