Interface IRequestSubmitterBuilderFactory
Defines a method for creating a
Namespace: Copper.Conventions.Method.Client.V1.Interface
Assembly: Copper.Conventions.Method.Client.dll
Syntax
public interface IRequestSubmitterBuilderFactory
Methods
View SourceCreateFor<TContract>(String, Boolean)
Creates a
Declaration
Task<RequestSubmitterBuilder> CreateFor<TContract>(string applicationName, bool useCachedTransportMetadataIfAvailable)
where TContract : class
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | applicationName | The application name. |
| System.Boolean | useCachedTransportMetadataIfAvailable |
|
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<RequestSubmitterBuilder> | A System.Threading.Tasks.Task that represents outstanding operation. The result of the System.Threading.Tasks.Task is the |
Type Parameters
| Name | Description |
|---|---|
| TContract | The contract type. |