C# 클래스 Akka.Interfaced.InterfacedObserver

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Type type ) : InterfacedObserver
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
InterfacedObserver ( INotificationChannel channel, int observerId ) : System
Notify ( IInvokable message ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Type type ) : InterfacedObserver
type System.Type
리턴 InterfacedObserver

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

InterfacedObserver() 보호된 메소드

protected InterfacedObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
리턴 System

Notify() 보호된 메소드

protected Notify ( IInvokable message ) : void
message IInvokable
리턴 void