C# 클래스 npantarhei.runtime.patterns.AutoResetJoin

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

공개 메소드들

메소드 설명
AutoResetJoin ( int numberOfInputs ) : System
Process ( int inputIndex, object inputData, System.Guid correlationId, Action continueOnJoin ) : void

비공개 메소드들

메소드 설명
Get_bucket ( System.Guid correlationId ) : JoinBucket

메소드 상세

AutoResetJoin() 공개 메소드

public AutoResetJoin ( int numberOfInputs ) : System
numberOfInputs int
리턴 System

Process() 공개 메소드

public Process ( int inputIndex, object inputData, System.Guid correlationId, Action continueOnJoin ) : void
inputIndex int
inputData object
correlationId System.Guid
continueOnJoin Action
리턴 void