메소드 | 설명 | |
---|---|---|
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 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 |
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 |