Skip to content

Commit

Permalink
deploy: 4c16fcf
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Mar 21, 2024
1 parent f63f431 commit 58ac5b0
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 90 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt; Delegate
| MagicOnion </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt; Delegate
| MagicOnion ">
<meta name="generator" content="docfx 2.59.2.0">

<link rel="shortcut icon" href="../img/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<link rel="stylesheet" href="../styles/cysharp.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">



</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>

<nav id="autocollapse" class="navbar navbar-default ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>

<div class="navbar-brand">
<a href="../">
<img id="logo" src="../img/Icon.png" alt="">
<span>MagicOnion</span>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>

<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">

<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate`2">

<h1 id="MagicOnion_Client_IStreamingHubDiagnosticHandler_InvokeMethodDelegate_2" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate`2" class="text-break">IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt; Delegate
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.Client.html">MagicOnion.Client</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Client.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate Task&lt;TResponse&gt; InvokeMethodDelegate&lt;TRequest, TResponse&gt;(int methodId, TRequest value);</code></pre>
</div>




<section>
<h4 class="parameters">Parameters</h4>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>methodId</code></span> <span class="xref">System.Int32</span></dt>
<dd></dd>
<dt><span class="parametername"><code>value</code></span> <span class="xref">TRequest</span></dt>
<dd></dd>
</dl>
</section>

<section>
<h4 class="returns">Returns</h4>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">Task</span>&lt;TResponse&gt;</dt>
<dd></dd>
</dl>
</section>

<section>
<h4 class="typeParameters">Type Parameters</h4>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>TRequest</code></span></dt>
<dd></dd>
<dt><span class="parametername"><code>TResponse</code></span></dt>
<dd></dd>
</dl>
</section>


<h3 id="members">Members</h3>




</article>
</div>

<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>

<footer>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>

Copyright © <a href="https://cysharp.co.jp/">Cysharp</a>, Inc. | <span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>

<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/docfx.override.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
64 changes: 10 additions & 54 deletions api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,9 @@ <h4>Methods
</tr>
<tr>
<td>
<a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestBegin__2___0_Guid_System_String___1_System_Boolean_">OnRequestBegin&lt;THub, TRequest&gt;(THub, Guid, String, TRequest, Boolean)</a>
<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_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>
</tr>
</tbody>
Expand Down Expand Up @@ -175,86 +168,49 @@ <h5 class="typeParameters">Type Parameters</h5>

</section>
<section>
<a id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestBegin_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestBegin*"></a>
<h4 id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestBegin__2___0_Guid_System_String___1_System_Boolean_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestBegin``2(``0,Guid,System.String,``1,System.Boolean)">OnRequestBegin&lt;THub, TRequest&gt;(THub, Guid, String, TRequest, Boolean)</h4>
<a id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnMethodInvoke_" data-uid="MagicOnion.Client.IStreamingHubDiagnosticHandler.OnMethodInvoke*"></a>
<h4 id="MagicOnion_Client_IStreamingHubDiagnosticHandler_OnMethodInvoke__3___0_System_Int32_System_String___1_System_Boolean_MagicOnion_Client_IStreamingHubDiagnosticHandler_InvokeMethodDelegate___1___2__" data-uid="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;)</h4>
<div class="markdown level1 summary"><p>The callback method at the beginning 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 OnRequestBegin&lt;THub, TRequest&gt;(THub hubInstance, Guid requestId, string methodName, TRequest request, bool isFireAndForget)</code></pre>
<pre><code class="lang-csharp hljs">Task&lt;TResponse&gt; OnMethodInvoke&lt;THub, TRequest, TResponse&gt;(THub hubInstance, int methodId, string methodName, TRequest request, bool isFireAndForget, IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt; invokeMethod)</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>requestId</code></span> <span class="xref">Guid</span></dt>
<dt><span class="parametername"><code>methodId</code></span> <span class="xref">System.Int32</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>request</code></span> <span class="xref">TRequest</span></dt>
<dd></dd>
<dt><span class="parametername"><code>isFireAndForget</code></span> <span class="xref">System.Boolean</span></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>TRequest</code></span></dt>
<dt><span class="parametername"><code>invokeMethod</code></span> <a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate-2.html">IStreamingHubDiagnosticHandler.InvokeMethodDelegate</a>&lt;TRequest, TResponse&gt;</dt>
<dd></dd>
</dl>
</section>










</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_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, Exception? exception)</code></pre>
</div>

<section>
<h5 class="parameters">Parameters</h5>
<h5 class="returns">Returns</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>requestId</code></span> <span class="xref">Guid</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>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>
<dt><span class="xref">Task</span>&lt;TResponse&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>TRequest</code></span></dt>
<dd></dd>
<dt><span class="parametername"><code>TResponse</code></span></dt>
<dd></dd>
</dl>
Expand Down
2 changes: 2 additions & 0 deletions api/MagicOnion.Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ <h4><a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html"
</section>
<h3 id="delegates">Delegates
</h3>
<h4><a class="xref" href="MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate-2.html">IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt;</a></h4>
<section></section>
<h4><a class="xref" href="MagicOnion.Client.MagicOnionClientFactoryDelegate-1.html">MagicOnionClientFactoryDelegate&lt;T&gt;</a></h4>
<section></section>
<h4><a class="xref" href="MagicOnion.Client.StreamingHubClientFactoryDelegate-2.html">StreamingHubClientFactoryDelegate&lt;TStreamingHub, TReceiver&gt;</a></h4>
Expand Down
3 changes: 3 additions & 0 deletions api/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
<li>
<a href="MagicOnion.Client.IStreamingHubDiagnosticHandler.html" name="" title="IStreamingHubDiagnosticHandler">IStreamingHubDiagnosticHandler</a>
</li>
<li>
<a href="MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate-2.html" name="" title="IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt;">IStreamingHubDiagnosticHandler.InvokeMethodDelegate&lt;TRequest, TResponse&gt;</a>
</li>
<li>
<a href="MagicOnion.Client.MagicOnionClient.html" name="" title="MagicOnionClient">MagicOnionClient</a>
</li>
Expand Down
20 changes: 16 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,25 @@
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate-2.yml",
"output": {
".html": {
"relative_path": "api/MagicOnion.Client.IStreamingHubDiagnosticHandler.InvokeMethodDelegate-2.html",
"hash": "cjv1TDc7m7Teq9evHROhGOKFOOFI8WOsBm+MtB1Lcds="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/MagicOnion.Client.IStreamingHubDiagnosticHandler.yml",
"output": {
".html": {
"relative_path": "api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html",
"hash": "qFS8oRDKYxFGWNQbrAgNCYBPtg1Q3czCar9kEEmKk1M="
"hash": "Pbab1RADZ78LSMuEgEyxj1h5IISVcXuag4zTh0fPwUs="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -873,7 +885,7 @@
"output": {
".html": {
"relative_path": "api/MagicOnion.Client.html",
"hash": "LWwm7bqgRxbEaoQIxzHAJ6QXbY/H5cKvvEJRkddTd0E="
"hash": "DC/GDQR92qiwGI7OoFvi7z2K956rFIv7AjLxJMymLAs="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -2997,7 +3009,7 @@
"output": {
".html": {
"relative_path": "api/toc.html",
"hash": "sFT5Q2/RXPTbPwNSYbviOiPdpFpB6VSDWANf6QEE/RM="
"hash": "zB56zon4iMvgSZVZNoYOO2D3SSdvx5ioFzKBrloFumc="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -3084,7 +3096,7 @@
"ManagedReferenceDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 249,
"total_file_count": 250,
"skipped_file_count": 0
},
"TocDocumentProcessor": {
Expand Down
Loading

0 comments on commit 58ac5b0

Please sign in to comment.