C# 클래스 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.
상속: IIdentifierPair
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_header Brunet.Util.MemBlock
_local_id int
_remote_id int
_sync object

공개 메소드들

메소드 설명
IdentifierPair ( ) : Brunet.Util

보호된 메소드들

메소드 설명
UpdateHeader ( ) : void

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

메소드 상세

IdentifierPair() 공개 메소드

public IdentifierPair ( ) : Brunet.Util
리턴 Brunet.Util

UpdateHeader() 보호된 메소드

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

프로퍼티 상세

_header 보호되어 있는 프로퍼티

protected MemBlock,Brunet.Util _header
리턴 Brunet.Util.MemBlock

_local_id 보호되어 있는 프로퍼티

protected int _local_id
리턴 int

_remote_id 보호되어 있는 프로퍼티

protected int _remote_id
리턴 int

_sync 보호되어 있는 프로퍼티

protected object _sync
리턴 object