프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Distances | ServerDistance |
||
StoreDict | IStore>.Dictionary |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
GetStore ( bool waitForInitialisation ) : IStore |
Fetches the current store to use for polling.
|
|
ServerError ( string server ) : void |
Called by listener or sender when they cannot contact a server.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
FinishedInitialisation ( ) : void | ||
InitDistance ( IEnumerable |
||
MeasureDistance ( string server ) : |
||
OnDistanceInfo ( |
||
PollingProviderBase ( IEnumerable |
Initialise messaging. Must be called before any attempt to send or listen.
|
|
PollingProviderBase ( IEnumerable |
Initialise messaging. Must be called before any attempt to send or listen.
|
|
PollingProviderBase ( string hydraServer, string database = null, int port = null ) : System |
Initialise messaging. Must be called before any attempt to send or listen.
|
public GetStore ( bool waitForInitialisation ) : IStore | ||
waitForInitialisation | bool | Whether to block until the IProvider is fully initialised |
리턴 | IStore |
protected InitDistance ( IEnumerable |
||
servers | IEnumerable |
|
리턴 | void |
protected MeasureDistance ( string server ) : |
||
server | string | |
리턴 |
protected OnDistanceInfo ( |
||
sdi | ||
리턴 | void |
protected PollingProviderBase ( IEnumerable |
||
stores | IEnumerable |
Hydra stores to communicate with |
리턴 | System |
protected PollingProviderBase ( IEnumerable |
||
hydraServers | IEnumerable |
Hydra servers to communicate with |
database | string | Name of the messaging database. Defaults to "hydra" |
port | int | Port number of the messaging database. Defaults to 5984 |
리턴 | System |
protected PollingProviderBase ( string hydraServer, string database = null, int port = null ) : System | ||
hydraServer | string | Hydra server to communicate with |
database | string | Name of the messaging database. Defaults to "hydra" |
port | int | Port number of the messaging database. Defaults to 5984 |
리턴 | System |
public ServerError ( string server ) : void | ||
server | string | The server that could not be contacted |
리턴 | void |