Метод | Описание | |
---|---|---|
Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, EventStore.ClientAPI.ClusterSettings clusterSettings, string connectionName = null ) : IEventStoreConnection |
Creates a new IEventStoreConnection to EventStore cluster using specific ConnectionSettings and ClusterSettings
|
|
Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, |
Creates a new IEventStoreConnection to single node using specific ConnectionSettings
|
|
Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, |
Creates a new IEventStoreConnection to single node using default ConnectionSettings
|
|
Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, string connectionName = null ) : IEventStoreConnection |
Creates a new IEventStoreConnection to single node using ConnectionSettings passed
|
|
Create ( |
Creates a new IEventStoreConnection to single node using default ConnectionSettings
|
|
Create ( |
Creates a new IEventStoreConnection to single node using default ConnectionSettings
|
|
Create ( string connectionString, string connectionName = null ) : IEventStoreConnection |
Creates a new IEventStoreConnection to single node using default ConnectionSettings provided via a connectionstring
|
Метод | Описание | |
---|---|---|
GetCredentialFromUri ( |
||
GetSingleNodeIPEndPointFrom ( |
||
GetUriFromConnectionString ( string connectionString ) : |
public static Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, EventStore.ClientAPI.ClusterSettings clusterSettings, string connectionName = null ) : IEventStoreConnection | ||
connectionSettings | EventStore.ClientAPI.ConnectionSettings | The |
clusterSettings | EventStore.ClientAPI.ClusterSettings | The |
connectionName | string | Optional name of connection (will be generated automatically, if not provided) |
Результат | IEventStoreConnection |
public static Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, |
||
connectionSettings | EventStore.ClientAPI.ConnectionSettings | The |
tcpEndPoint | The |
|
connectionName | string | Optional name of connection (will be generated automatically, if not provided) |
Результат | IEventStoreConnection |
public static Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, |
||
connectionSettings | EventStore.ClientAPI.ConnectionSettings | The |
uri | The Uri to connect to. It can be tcp:// to point to a single node or discover:// to discover nodes via dns | |
connectionName | string | Optional name of connection (will be generated automatically, if not provided) |
Результат | IEventStoreConnection |
public static Create ( EventStore.ClientAPI.ConnectionSettings connectionSettings, string connectionName = null ) : IEventStoreConnection | ||
connectionSettings | EventStore.ClientAPI.ConnectionSettings | The |
connectionName | string | Optional name of connection (will be generated automatically, if not provided) |
Результат | IEventStoreConnection |
public static Create ( |
||
tcpEndPoint | The |
|
connectionName | string | Optional name of connection (will be generated automatically, if not provided) |
Результат | IEventStoreConnection |
public static Create ( |
||
uri | The Uri to connect to. It can be tcp:// to point to a single node or discover:// to discover nodes | |
connectionName | string | Optional name of connection (will be generated automatically, if not provided) |
Результат | IEventStoreConnection |
public static Create ( string connectionString, string connectionName = null ) : IEventStoreConnection | ||
connectionString | string | The connection string to for this connection. |
connectionName | string | Optional name of connection (will be generated automatically, if not provided) |
Результат | IEventStoreConnection |