Skip to content

Commit

Permalink
deploy: cf5e50a
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Mar 21, 2024
1 parent 56cb1f0 commit f63f431
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
8 changes: 5 additions & 3 deletions api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h4>Methods
</tr>
<tr>
<td>
<a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_">OnRequestEnd&lt;THub, TResponse&gt;(THub, Guid, String, TResponse)</a>
<a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_System_Nullable_Exception__">OnRequestEnd&lt;THub, TResponse&gt;(THub, Guid, String, TResponse, Nullable&lt;Exception&gt;)</a>
</td>
<td class="markdown level1 summary"><p>[Preview] The callback method at the end of a Hub method request. This API may change in the future.</p>
</td>
Expand Down Expand Up @@ -224,13 +224,13 @@ <h5 class="typeParameters">Type Parameters</h5>
</section>
<section>
<a id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd*"></a>
<h4 id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1)">OnRequestEnd&lt;THub, TResponse&gt;(THub, Guid, String, TResponse)</h4>
<h4 id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_System_Nullable_Exception__" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1,System.Nullable{Exception})">OnRequestEnd&lt;THub, TResponse&gt;(THub, Guid, String, TResponse, Nullable&lt;Exception&gt;)</h4>
<div class="markdown level1 summary"><p>[Preview] The callback method at the end of a Hub method request. This API may change in the future.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">void OnRequestEnd&lt;THub, TResponse&gt;(THub hubInstance, Guid requestId, string methodName, TResponse response)</code></pre>
<pre><code class="lang-csharp hljs">void OnRequestEnd&lt;THub, TResponse&gt;(THub hubInstance, Guid requestId, string methodName, TResponse response, Exception? exception)</code></pre>
</div>

<section>
Expand All @@ -244,6 +244,8 @@ <h5 class="parameters">Parameters</h5>
<dd></dd>
<dt><span class="parametername"><code>response</code></span> <span class="xref">TResponse</span></dt>
<dd></dd>
<dt><span class="parametername"><code>exception</code></span> <span class="xref">System.Nullable</span>&lt;<span class="xref">Exception</span>&gt;</dt>
<dd></dd>
</dl>
</section>

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"output": {
".html": {
"relative_path": "api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html",
"hash": "Bh7mZborfd8kubz1ZG96dDQlfsxwnMy1Nizeecjlmpw="
"hash": "qFS8oRDKYxFGWNQbrAgNCYBPtg1Q3czCar9kEEmKk1M="
}
},
"is_incremental": false,
Expand Down
18 changes: 9 additions & 9 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -843,15 +843,15 @@ references:
isSpec: "True"
fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd
nameWithType: IStreamingHubDiagnosticHandler.OnRequestEnd
- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1)
name: OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse)
href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_
commentId: M:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1)
name.vb: OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse)
fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd<THub, TResponse>(THub, Guid, System.String, TResponse)
fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, System.String, TResponse)
nameWithType: IStreamingHubDiagnosticHandler.OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse)
nameWithType.vb: IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse)
- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1,System.Nullable{Exception})
name: OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse, Nullable<Exception>)
href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_System_Nullable_Exception__
commentId: M:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1,System.Nullable{Exception})
name.vb: OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse, Nullable(Of Exception))
fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd<THub, TResponse>(THub, Guid, System.String, TResponse, System.Nullable<Exception>)
fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, System.String, TResponse, System.Nullable(Of Exception))
nameWithType: IStreamingHubDiagnosticHandler.OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse, Nullable<Exception>)
nameWithType.vb: IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse, Nullable(Of Exception))
- uid: MagicOnion.Client.MagicOnionClient
name: MagicOnionClient
href: api/MagicOnion.Client.MagicOnionClient.html
Expand Down

0 comments on commit f63f431

Please sign in to comment.