Property | Type | Description | |
---|---|---|---|
AddEventCore | bool | ||
Invoke | Task |
||
PerformWork | void | ||
Work | Task |
Method | Description | |
---|---|---|
AddEvent ( string key, |
||
Dispose ( ) : void | ||
Invoke ( |
||
RemoveEvent ( string key ) : void | ||
SetEventTopic ( string key, |
||
SetQueued ( ) : bool | ||
UnsetQueued ( ) : bool | ||
WriteCursor ( |
Method | Description | |
---|---|---|
BeforeInvoke ( object state ) : void | ||
Dispose ( bool disposing ) : void | ||
Subscription ( string identity, IList |
Method | Description | |
---|---|---|
AddEventCore ( string key ) : bool | ||
Invoke ( |
||
PerformWork ( IList |
||
Work ( ) : Task |
public AddEvent ( string key, |
||
key | string | |
topic | ||
return | bool |
protected BeforeInvoke ( object state ) : void | ||
state | object | |
return | void |
public Invoke ( |
||
result | ||
return | Task |
public SetEventTopic ( string key, |
||
key | string | |
topic | ||
return | void |
protected Subscription ( string identity, IList |
||
identity | string | |
eventKeys | IList |
|
callback | Func |
|
maxMessages | int | |
counters | IPerformanceCounterManager | |
state | object | |
return | System |
public abstract WriteCursor ( |
||
textWriter | ||
return | void |