Skip to content

Commit

Permalink
deploy: b0dee9d
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jun 21, 2024
1 parent a2d389b commit 0fdefaa
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 1 deletion.
100 changes: 100 additions & 0 deletions api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,27 @@ <h4>Methods
<a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnBroadcastEvent__2___0_System_String___1_">OnBroadcastEvent&lt;THub, T&gt;(THub, String, T)</a>
</td>
<td class="markdown level1 summary"><p>[Preview] The callback method when a method of HubReceiver is invoked. This API may change in the future.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnBroadcastEventRaw__1___0_System_Int32_ReadOnlyMemory_System_Byte__">OnBroadcastEventRaw&lt;THub&gt;(THub, Int32, ReadOnlyMemory&lt;Byte&gt;)</a>
</td>
<td class="markdown level1 summary"><p>[Preview] The callback method when a method of HubReceiver is invoked. This API may change in the future.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnMethodInvoke__3___0_System_Int32_System_String___1_System_Boolean_MagicOnion_Client_IStreamingHubDiagnosticHandler_InvokeMethodDelegate___1___2__">OnMethodInvoke&lt;THub, TRequest, TResponse&gt;(THub, Int32, String, TRequest, Boolean, IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt;)</a>
</td>
<td class="markdown level1 summary"><p>The callback method at the beginning of a Hub method request. This API may change in the future.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnResponseEvent__2___0_System_String_ReadOnlyMemory_System_Byte__">OnResponseEvent&lt;THub, T&gt;(THub, String, ReadOnlyMemory&lt;Byte&gt;)</a>
</td>
<td class="markdown level1 summary"><p>[Preview] The callback method when the return value of a hub method call is received. This API may change in the future.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -166,6 +180,48 @@ <h5 class="typeParameters">Type Parameters</h5>



</section>
<section>
<a id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnBroadcastEventRaw_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw*"></a>
<h4 id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnBroadcastEventRaw__1___0_System_Int32_ReadOnlyMemory_System_Byte__" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw``1(``0,System.Int32,ReadOnlyMemory{System.Byte})">OnBroadcastEventRaw&lt;THub&gt;(THub, Int32, ReadOnlyMemory&lt;Byte&gt;)</h4>
<div class="markdown level1 summary"><p>[Preview] The callback method when a method of HubReceiver is invoked. 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 OnBroadcastEventRaw&lt;THub&gt;(THub hubInstance, int methodId, ReadOnlyMemory&lt;byte&gt; data)</code></pre>
</div>

<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>hubInstance</code></span> <span class="xref">THub</span></dt>
<dd></dd>
<dt><span class="parametername"><code>methodId</code></span> <span class="xref">System.Int32</span></dt>
<dd></dd>
<dt><span class="parametername"><code>data</code></span> <span class="xref">ReadOnlyMemory</span>&lt;<span class="xref">System.Byte</span>&gt;</dt>
<dd></dd>
</dl>
</section>


<section>
<h5 class="typeParameters">Type Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>THub</code></span></dt>
<dd></dd>
</dl>
</section>










</section>
<section>
<a id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnMethodInvoke_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnMethodInvoke*"></a>
Expand Down Expand Up @@ -225,6 +281,50 @@ <h5 class="typeParameters">Type Parameters</h5>



</section>
<section>
<a id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnResponseEvent_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent*"></a>
<h4 id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnResponseEvent__2___0_System_String_ReadOnlyMemory_System_Byte__" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent``2(``0,System.String,ReadOnlyMemory{System.Byte})">OnResponseEvent&lt;THub, T&gt;(THub, String, ReadOnlyMemory&lt;Byte&gt;)</h4>
<div class="markdown level1 summary"><p>[Preview] The callback method when the return value of a hub method call is received. 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 OnResponseEvent&lt;THub, T&gt;(THub hubInstance, string methodName, ReadOnlyMemory&lt;byte&gt; data)</code></pre>
</div>

<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>hubInstance</code></span> <span class="xref">THub</span></dt>
<dd></dd>
<dt><span class="parametername"><code>methodName</code></span> <span class="xref">System.String</span></dt>
<dd></dd>
<dt><span class="parametername"><code>data</code></span> <span class="xref">ReadOnlyMemory</span>&lt;<span class="xref">System.Byte</span>&gt;</dt>
<dd></dd>
</dl>
</section>


<section>
<h5 class="typeParameters">Type Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>THub</code></span></dt>
<dd></dd>
<dt><span class="parametername"><code>T</code></span></dt>
<dd></dd>
</dl>
</section>










</section>


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"output": {
".html": {
"relative_path": "api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html",
"hash": "1jknE9UItgwXmsSMLx/SUsCcv/KhvBrzWtM0kCq07qQ="
"hash": "qtR7kiD7B1ialkYMEw5U8jTGO9+RgzkZZgeNGaewp7o="
}
},
"is_incremental": false,
Expand Down
32 changes: 32 additions & 0 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,22 @@ references:
fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEvent(Of THub, T)(THub, System.String, T)
nameWithType: IStreamingHubDiagnosticHandler.OnBroadcastEvent<THub, T>(THub, String, T)
nameWithType.vb: IStreamingHubDiagnosticHandler.OnBroadcastEvent(Of THub, T)(THub, String, T)
- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw*
name: OnBroadcastEventRaw
href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnBroadcastEventRaw_
commentId: Overload:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw
isSpec: "True"
fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw
nameWithType: IStreamingHubDiagnosticHandler.OnBroadcastEventRaw
- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw``1(``0,System.Int32,ReadOnlyMemory{System.Byte})
name: OnBroadcastEventRaw<THub>(THub, Int32, ReadOnlyMemory<Byte>)
href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnBroadcastEventRaw__1___0_System_Int32_ReadOnlyMemory_System_Byte__
commentId: M:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw``1(``0,System.Int32,ReadOnlyMemory{System.Byte})
name.vb: OnBroadcastEventRaw(Of THub)(THub, Int32, ReadOnlyMemory(Of Byte))
fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw<THub>(THub, System.Int32, ReadOnlyMemory<System.Byte>)
fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnBroadcastEventRaw(Of THub)(THub, System.Int32, ReadOnlyMemory(Of System.Byte))
nameWithType: IStreamingHubDiagnosticHandler.OnBroadcastEventRaw<THub>(THub, Int32, ReadOnlyMemory<Byte>)
nameWithType.vb: IStreamingHubDiagnosticHandler.OnBroadcastEventRaw(Of THub)(THub, Int32, ReadOnlyMemory(Of Byte))
- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnMethodInvoke*
name: OnMethodInvoke
href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnMethodInvoke_
Expand All @@ -845,6 +861,22 @@ references:
fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnMethodInvoke(Of THub, TRequest, TResponse)(THub, System.Int32, System.String, TRequest, System.Boolean, MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate(Of TRequest, TResponse))
nameWithType: IStreamingHubDiagnosticHandler.OnMethodInvoke<THub, TRequest, TResponse>(THub, Int32, String, TRequest, Boolean, IStreamingHubDiagnosticHandler.InvokeMethodDelegate<TRequest, TResponse>)
nameWithType.vb: IStreamingHubDiagnosticHandler.OnMethodInvoke(Of THub, TRequest, TResponse)(THub, Int32, String, TRequest, Boolean, IStreamingHubDiagnosticHandler.InvokeMethodDelegate(Of TRequest, TResponse))
- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent*
name: OnResponseEvent
href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnResponseEvent_
commentId: Overload:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent
isSpec: "True"
fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent
nameWithType: IStreamingHubDiagnosticHandler.OnResponseEvent
- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent``2(``0,System.String,ReadOnlyMemory{System.Byte})
name: OnResponseEvent<THub, T>(THub, String, ReadOnlyMemory<Byte>)
href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnResponseEvent__2___0_System_String_ReadOnlyMemory_System_Byte__
commentId: M:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent``2(``0,System.String,ReadOnlyMemory{System.Byte})
name.vb: OnResponseEvent(Of THub, T)(THub, String, ReadOnlyMemory(Of Byte))
fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent<THub, T>(THub, System.String, ReadOnlyMemory<System.Byte>)
fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnResponseEvent(Of THub, T)(THub, System.String, ReadOnlyMemory(Of System.Byte))
nameWithType: IStreamingHubDiagnosticHandler.OnResponseEvent<THub, T>(THub, String, ReadOnlyMemory<Byte>)
nameWithType.vb: IStreamingHubDiagnosticHandler.OnResponseEvent(Of THub, T)(THub, String, ReadOnlyMemory(Of Byte))
- uid: MagicOnion.Client.MagicOnionClient
name: MagicOnionClient
href: api/MagicOnion.Client.MagicOnionClient.html
Expand Down

0 comments on commit 0fdefaa

Please sign in to comment.