C# 클래스 Flood.Remoting.RemotingPeer

파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
CreateSerializer ( ) : Serializer
Dispatch ( Message data ) : void
Equals ( Object other ) : bool
GetHashCode ( ) : int

메소드 상세

CreateSerializer() 공개 추상적인 메소드

public abstract CreateSerializer ( ) : Serializer
리턴 Flood.Serialization.Serializer

Dispatch() 공개 추상적인 메소드

public abstract Dispatch ( Message data ) : void
data Message
리턴 void

Equals() 공개 추상적인 메소드

public abstract Equals ( Object other ) : bool
other Object
리턴 bool

GetHashCode() 공개 추상적인 메소드

public abstract GetHashCode ( ) : int
리턴 int