Interface IConnectionStringProvider
Connection String Provider
Namespace: Gossip.ConnectionStrings
Assembly: Gossip.dll
Syntax
public interface IConnectionStringProvider
Methods
| Improve this Doc View SourceGetAsync()
Gets a connection string
Declaration
Task<IConnectionString> GetAsync()
Returns
| Type | Description |
|---|---|
| Task<IConnectionString> | IConnectionString |