프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddEventCore | bool | ||
Invoke | Task |
||
PerformWork | void | ||
Work | Task |
메소드 | 설명 | |
---|---|---|
AddEvent ( string key, |
||
Dispose ( ) : void | ||
Invoke ( |
||
RemoveEvent ( string key ) : void | ||
SetEventTopic ( string key, |
||
SetQueued ( ) : bool | ||
UnsetQueued ( ) : bool | ||
WriteCursor ( |
메소드 | 설명 | |
---|---|---|
BeforeInvoke ( object state ) : void | ||
Dispose ( bool disposing ) : void | ||
Subscription ( string identity, IList |
메소드 | 설명 | |
---|---|---|
AddEventCore ( string key ) : bool | ||
Invoke ( |
||
PerformWork ( IList |
||
Work ( ) : Task |
public SetEventTopic ( string key, |
||
key | string | |
topic | ||
리턴 | void |
protected Subscription ( string identity, IList |
||
identity | string | |
eventKeys | IList |
|
callback | Func |
|
maxMessages | int | |
counters | IPerformanceCounterManager | |
state | object | |
리턴 | System |
public abstract WriteCursor ( |
||
textWriter | ||
리턴 | void |