C# 클래스 Flood.Remoting.ReferenceManager.Subscription

파일 보기 프로젝트 열기: FloodProject/flood

공개 프로퍼티들

프로퍼티 타입 설명
Peer RemotingPeer
RemoteId int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Subscription ( RemotingPeer peer, int remoteId ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Subscription() 공개 메소드

public Subscription ( RemotingPeer peer, int remoteId ) : System
peer RemotingPeer
remoteId int
리턴 System

프로퍼티 상세

Peer 공개적으로 프로퍼티

public RemotingPeer,Flood.Remoting Peer
리턴 RemotingPeer

RemoteId 공개적으로 프로퍼티

public int RemoteId
리턴 int