메소드 | 설명 | |
---|---|---|
AddError ( string index, string key, string error ) : void | ||
Dispose ( ) : void | ||
HandleWorkNotifications ( ) : void | ||
NotifyAboutWork ( ) : void | ||
ShouldNotifyAboutWork ( ) : void | ||
StartWork ( ) : void | ||
StopWork ( ) : void | ||
WaitForWork ( TimeSpan timeout, int &workerWorkCounter ) : bool | ||
WaitForWork ( TimeSpan timeout, int &workerWorkCounter, Action beforeWait ) : bool |
public AddError ( string index, string key, string error ) : void | ||
index | string | |
key | string | |
error | string | |
리턴 | void |
public WaitForWork ( TimeSpan timeout, int &workerWorkCounter ) : bool | ||
timeout | TimeSpan | |
workerWorkCounter | int | |
리턴 | bool |
public WaitForWork ( TimeSpan timeout, int &workerWorkCounter, Action beforeWait ) : bool | ||
timeout | TimeSpan | |
workerWorkCounter | int | |
beforeWait | Action | |
리턴 | bool |