Interface IUriCommandQueryBuilder
Namespace: AzureFromTheTrenches.Commanding.Http
Assembly: AzureFromTheTrenches.Commanding.Http.dll
Syntax
public interface IUriCommandQueryBuilder
Methods
| Improve this Doc View SourceQuery<TCommand>(Uri, TCommand)
Declaration
string Query<TCommand>(Uri uri, TCommand command)
where TCommand : class
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | |
TCommand | command |
Returns
Type | Description |
---|---|
System.String |
Type Parameters
Name | Description |
---|---|
TCommand |