Show / Hide Table of Contents

Interface IUriCommandQueryBuilder

Namespace: AzureFromTheTrenches.Commanding.Http
Assembly: AzureFromTheTrenches.Commanding.Http.dll
Syntax
public interface IUriCommandQueryBuilder

Methods

| Improve this Doc View Source

Query<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
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall