|
16 | 16 | <meta name="docfx:rel" content="../"> |
17 | 17 |
|
18 | 18 |
|
19 | | - <meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/documentation/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_ICommandProducer_1.md&value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.ICommandProducer%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
| 19 | + <meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/main/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_ICommandProducer_1.md&value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.ICommandProducer%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
20 | 20 | <meta name="loc:inThisArticle" content="In this article"> |
21 | 21 | <meta name="loc:searchResultsCount" content="{count} results for "{query}""> |
22 | 22 | <meta name="loc:searchNoResults" content="No results for "{query}""> |
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5> |
89 | 89 |
|
90 | 90 |
|
91 | 91 | <h1 id="AzureServiceBusFlow_Abstractions_ICommandProducer_1" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1" class="text-break"> |
92 | | -Interface ICommandProducer<TCommand> <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L3"><i class="bi bi-code-slash"></i></a> |
| 92 | +Interface ICommandProducer<TCommand> <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L5"><i class="bi bi-code-slash"></i></a> |
93 | 93 | </h1> |
94 | 94 |
|
95 | 95 | <div class="facts text-secondary"> |
@@ -125,11 +125,51 @@ <h2 class="section" id="methods">Methods |
125 | 125 | </h2> |
126 | 126 |
|
127 | 127 |
|
| 128 | + <a id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync*"></a> |
| 129 | + |
| 130 | + <h3 id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync__0_AzureServiceBusFlow_Models_MessageOptions_System_Threading_CancellationToken_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync(`0,AzureServiceBusFlow.Models.MessageOptions,System.Threading.CancellationToken)"> |
| 131 | + ProduceCommandAsync(TCommand, MessageOptions, CancellationToken) |
| 132 | + <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L9"><i class="bi bi-code-slash"></i></a> |
| 133 | + </h3> |
| 134 | + |
| 135 | + <div class="markdown level1 summary"></div> |
| 136 | + <div class="markdown level1 conceptual"></div> |
| 137 | + |
| 138 | + <div class="codewrapper"> |
| 139 | + <pre><code class="lang-csharp hljs">Task ProduceCommandAsync(TCommand command, MessageOptions messageOptions, CancellationToken cancellationToken)</code></pre> |
| 140 | + </div> |
| 141 | + |
| 142 | + <h4 class="section">Parameters</h4> |
| 143 | + <dl class="parameters"> |
| 144 | + <dt><code>command</code> <span class="xref">TCommand</span></dt> |
| 145 | + <dd></dd> |
| 146 | + <dt><code>messageOptions</code> <a class="xref" href="AzureServiceBusFlow.Models.MessageOptions.html">MessageOptions</a></dt> |
| 147 | + <dd></dd> |
| 148 | + <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| 149 | + <dd></dd> |
| 150 | + </dl> |
| 151 | + |
| 152 | + <h4 class="section">Returns</h4> |
| 153 | + <dl class="parameters"> |
| 154 | + <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt> |
| 155 | + <dd></dd> |
| 156 | + </dl> |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
128 | 168 | <a id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync*"></a> |
129 | 169 |
|
130 | 170 | <h3 id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync__0_System_Threading_CancellationToken_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync(`0,System.Threading.CancellationToken)"> |
131 | 171 | ProduceCommandAsync(TCommand, CancellationToken) |
132 | | - <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L5"><i class="bi bi-code-slash"></i></a> |
| 172 | + <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L7"><i class="bi bi-code-slash"></i></a> |
133 | 173 | </h3> |
134 | 174 |
|
135 | 175 | <div class="markdown level1 summary"></div> |
@@ -167,7 +207,7 @@ <h4 class="section">Returns</h4> |
167 | 207 | </article> |
168 | 208 |
|
169 | 209 | <div class="contribution d-print-none"> |
170 | | - <a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L3" class="edit-link">Edit this page</a> |
| 210 | + <a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L5" class="edit-link">Edit this page</a> |
171 | 211 | </div> |
172 | 212 |
|
173 | 213 |
|
|
0 commit comments