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
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_header Brunet.Util.MemBlock
_local_id int
_remote_id int
_sync object

Public Methods

Method Description
IdentifierPair ( ) : Brunet.Util

Protected Methods

Method Description
UpdateHeader ( ) : void

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

Method Details

IdentifierPair() public method

public IdentifierPair ( ) : Brunet.Util
return Brunet.Util

UpdateHeader() protected method

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

Property Details

_header protected property

protected MemBlock,Brunet.Util _header
return Brunet.Util.MemBlock

_local_id protected property

protected int _local_id
return int

_remote_id protected property

protected int _remote_id
return int

_sync protected property

protected object _sync
return object