Метод | Описание | |
---|---|---|
CreatePublisher ( |
||
CreateSubscriber ( |
||
Delete ( string id ) : void | ||
GarbageCollectExpiredAgents ( ) : void | ||
GetPublisher ( string id ) : |
||
GetPublishers ( ) : IEnumerable |
||
GetPublishersByPrefix ( string id ) : IEnumerable |
||
GetSubcriberByPrefix ( string id ) : IEnumerable |
||
GetSubcribers ( ) : IEnumerable |
||
GetSubscriber ( string id ) : |
||
Initialize ( bool force = false ) : bool | ||
NotAtTargetState ( ) : IEnumerable |
||
UpdatePublisher ( string id, Action |
||
UpdateSubscriber ( string id, Action |
||
WaitForStateChange ( System.TimeSpan timeout ) : bool |
Метод | Описание | |
---|---|---|
ReadModifyWriteState ( Action |
||
ReadState ( ) : |
Метод | Описание | |
---|---|---|
CreateAgent ( |
||
DeleteAgent ( string id ) : void | ||
GetAgent ( string id ) : |
||
GetAgentsByPrefix ( string id ) : IEnumerable |
||
UpdateAgent ( string id, Action |
public CreatePublisher ( |
||
initial | ||
replaceExisting | bool | |
Результат | bool |
public CreateSubscriber ( |
||
initial | ||
replaceExisting | bool | |
Результат | bool |
public GarbageCollectExpiredAgents ( ) : void | ||
Результат | void |
public GetPublisher ( string id ) : |
||
id | string | |
Результат |
public GetPublishersByPrefix ( string id ) : IEnumerable |
||
id | string | |
Результат | IEnumerable |
public GetSubcriberByPrefix ( string id ) : IEnumerable |
||
id | string | |
Результат | IEnumerable |
public GetSubscriber ( string id ) : |
||
id | string | |
Результат |
public abstract Initialize ( bool force = false ) : bool | ||
force | bool | |
Результат | bool |
protected abstract ReadModifyWriteState ( Action |
||
act | Action |
|
Результат | void |
protected abstract ReadState ( ) : |
||
Результат |
public UpdatePublisher ( string id, Action |
||
id | string | |
act | Action |
|
Результат | void |
public UpdateSubscriber ( string id, Action |
||
id | string | |
act | Action |
|
Результат | void |
public abstract WaitForStateChange ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | |
Результат | bool |