Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
npantarhei
runtime
patterns
AutoResetJoin.JoinBucket
C# 클래스 npantarhei.runtime.patterns.AutoResetJoin.JoinBucket
파일 보기
프로젝트 열기: ralfw/NPantaRhei
공개 프로퍼티들
프로퍼티
타입
설명
InputQueues
List
>
공개 메소드들
메소드
설명
Is_empty
( ) :
bool
Is_ready_to_join
( ) :
bool
JoinBucket
(
int
numberOfInputs
) :
System
Join_inputs
( ) :
List
메소드 상세
Is_empty()
공개
메소드
public
Is_empty
( ) :
bool
리턴
bool
Is_ready_to_join()
공개
메소드
public
Is_ready_to_join
( ) :
bool
리턴
bool
JoinBucket()
공개
메소드
public
JoinBucket
(
int
numberOfInputs
) :
System
numberOfInputs
int
리턴
System
Join_inputs()
공개
메소드
public
Join_inputs
( ) :
List
리턴
List
프로퍼티 상세
InputQueues
공개적으로 프로퍼티
public
List
>
InputQueues
리턴
List
>