C# Class Brunet.Messaging.IdentifierPair

Implements a simple IIdentifierPair, suggestion: if classes already implement a class, have them implement IIdentifierPair and forward the requests to an internal (protected) IdentifierPair.
Inheritance: IIdentifierPair
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_header Brunet.Util.MemBlock
_local_id int
_remote_id int
_sync object

Méthodes publiques

Méthode Description
IdentifierPair ( ) : Brunet.Util

Méthodes protégées

Méthode Description
UpdateHeader ( ) : void

Change in either local or remote IDs, time to update the header to match.

Method Details

IdentifierPair() public méthode

public IdentifierPair ( ) : Brunet.Util
Résultat Brunet.Util

UpdateHeader() protected méthode

Change in either local or remote IDs, time to update the header to match.
protected UpdateHeader ( ) : void
Résultat void

Property Details

_header protected_oe property

protected MemBlock,Brunet.Util _header
Résultat Brunet.Util.MemBlock

_local_id protected_oe property

protected int _local_id
Résultat int

_remote_id protected_oe property

protected int _remote_id
Résultat int

_sync protected_oe property

protected object _sync
Résultat object