Interface IUpdatableQueryExecutor
Provides a method updating an existing QueryConfiguration for a IQueryExecutor.
Inherited Members
Namespace: Gossip.Connection.Fluent
Assembly: Gossip.dll
Syntax
public interface IUpdatableQueryExecutor : IQueryExecutor
Methods
| Improve this Doc View SourceUpdateConfig(QueryConfiguration)
Update the existing QueryConfiguration on the IQueryExecutor.
Declaration
void UpdateConfig(QueryConfiguration config)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryConfiguration | config | The new QueryConfiguration to use. |