C# 클래스 DotNetWorkQueue.Queue.WaitForDelegate

Waits for an action to complete
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Wait ( Func action ) : bool

Waits for an action to complete

Wait ( Func action, System.TimeSpan timeout ) : bool

Waits for an action to complete

메소드 상세

Wait() 공개 정적인 메소드

Waits for an action to complete
public static Wait ( Func action ) : bool
action Func The action.
리턴 bool

Wait() 공개 정적인 메소드

Waits for an action to complete
public static Wait ( Func action, System.TimeSpan timeout ) : bool
action Func The action.
timeout System.TimeSpan The timeout.
리턴 bool