C# 클래스 Akka.Interfaced.InterfacedActorObserverMap

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

공개 메소드들

메소드 설명
AddContext ( int observerId, object context ) : void
GetContext ( int observerId ) : object
IssueId ( ) : int
RemoveContext ( int observerId ) : bool

메소드 상세

AddContext() 공개 메소드

public AddContext ( int observerId, object context ) : void
observerId int
context object
리턴 void

GetContext() 공개 메소드

public GetContext ( int observerId ) : object
observerId int
리턴 object

IssueId() 공개 메소드

public IssueId ( ) : int
리턴 int

RemoveContext() 공개 메소드

public RemoveContext ( int observerId ) : bool
observerId int
리턴 bool