Method | Description | |
---|---|---|
GetExtendedMetadata ( ) : List |
||
IntroduceNewNode ( ExtendedNodeInfo nodeInfo ) : void | ||
NotificateSynchronizationFinished ( int>.Dictionary |
||
Ping ( ) : void | ||
ReceiveSingleAggregate ( string aggregateId, int version, IEnumerable | ||
RequestSynchronization ( ExtendedNodeInfo nodeInfo, int>.Dictionary |
public IntroduceNewNode ( ExtendedNodeInfo nodeInfo ) : void | ||
nodeInfo | ExtendedNodeInfo | |
return | void |
public NotificateSynchronizationFinished ( int>.Dictionary |
||
writtenAggregatesVersions | int>.Dictionary | |
return | bool |
public ReceiveSingleAggregate ( string aggregateId, int version, IEnumerable | ||
aggregateId | string | |
version | int | |
events | IEnumerable | |
return | void |
public RequestSynchronization ( ExtendedNodeInfo nodeInfo, int>.Dictionary |
||
nodeInfo | ExtendedNodeInfo | |
aggregateVersions | int>.Dictionary | |
return | void |