프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Tolerance | long |
메소드 | 설명 | |
---|---|---|
NearestServerProvider ( IEnumerable |
Initialise messaging. Must be called before any attempt to send or listen.
|
|
NearestServerProvider ( IEnumerable |
Initialise messaging. Must be called before any attempt to send or listen.
|
|
NearestServerProvider ( string hydraServer, string database = null, int port = null ) : System.Collections.Generic |
Initialise messaging. Must be called before any attempt to send or listen.
|
메소드 | 설명 | |
---|---|---|
InitDistance ( IEnumerable |
||
OnDistanceInfo ( |
protected InitDistance ( IEnumerable |
||
servers | IEnumerable |
|
리턴 | void |
public NearestServerProvider ( IEnumerable |
||
stores | IEnumerable |
Hydra stores to communicate with |
리턴 | System.Collections.Generic |
public NearestServerProvider ( 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.Collections.Generic |
public NearestServerProvider ( string hydraServer, string database = null, int port = null ) : System.Collections.Generic | ||
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.Collections.Generic |
protected OnDistanceInfo ( |
||
sdi | ||
리턴 | void |