Grpc.Health.V1.Health.HealthClient.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class Health.HealthClient
  8. | gRPC C# </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Health.HealthClient
  11. | gRPC C# ">
  12. <meta name="generator" content="docfx 2.23.1.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <meta property="docfx:navrel" content="../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../index.html">
  34. <img id="logo" class="svg" src="../logo.svg" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list"></div>
  57. <div class="sr-items"></div>
  58. <ul id="pagination"></ul>
  59. </div>
  60. </div>
  61. <div role="main" class="container body-content hide-when-search">
  62. <div class="sidenav hide-when-search">
  63. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  64. <div class="sidetoggle collapse" id="sidetoggle">
  65. <div id="sidetoc"></div>
  66. </div>
  67. </div>
  68. <div class="article row grid-right">
  69. <div class="col-md-10">
  70. <article class="content wrap" id="_content" data-uid="Grpc.Health.V1.Health.HealthClient">
  71. <h1 id="Grpc_Health_V1_Health_HealthClient" data-uid="Grpc.Health.V1.Health.HealthClient" class="text-break">Class Health.HealthClient
  72. </h1>
  73. <div class="markdown level0 summary"><p>Client for Health</p>
  74. </div>
  75. <div class="markdown level0 conceptual"></div>
  76. <div class="inheritance">
  77. <h5>Inheritance</h5>
  78. <div class="level0"><span class="xref">System.Object</span></div>
  79. <div class="level1"><a class="xref" href="Grpc.Core.ClientBase.html">ClientBase</a></div>
  80. <div class="level2"><a class="xref" href="Grpc.Core.ClientBase-1.html">ClientBase</a>&lt;<a class="xref" href="Grpc.Health.V1.Health.HealthClient.html">Health.HealthClient</a>&gt;</div>
  81. <div class="level3"><span class="xref">Health.HealthClient</span></div>
  82. </div>
  83. <div class="inheritedMembers">
  84. <h5>Inherited Members</h5>
  85. <div>
  86. <a class="xref" href="Grpc.Core.ClientBase-1.html#Grpc_Core_ClientBase_1_WithHost_System_String_">ClientBase&lt;Health.HealthClient&gt;.WithHost(String)</a>
  87. </div>
  88. <div>
  89. <a class="xref" href="Grpc.Core.ClientBase.html#Grpc_Core_ClientBase_CallInvoker">ClientBase.CallInvoker</a>
  90. </div>
  91. <div>
  92. <span class="xref">System.Object.ToString()</span>
  93. </div>
  94. <div>
  95. <span class="xref">System.Object.Equals(System.Object)</span>
  96. </div>
  97. <div>
  98. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  99. </div>
  100. <div>
  101. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  102. </div>
  103. <div>
  104. <span class="xref">System.Object.GetHashCode()</span>
  105. </div>
  106. <div>
  107. <span class="xref">System.Object.GetType()</span>
  108. </div>
  109. <div>
  110. <span class="xref">System.Object.MemberwiseClone()</span>
  111. </div>
  112. </div>
  113. <h6><strong>Namespace</strong>: <a class="xref" href="Grpc.Health.V1.html">Grpc.Health.V1</a></h6>
  114. <h6><strong>Assembly</strong>: Grpc.HealthCheck.dll</h6>
  115. <h5 id="Grpc_Health_V1_Health_HealthClient_syntax">Syntax</h5>
  116. <div class="codewrapper">
  117. <pre><code class="lang-csharp hljs">public class HealthClient : ClientBase&lt;Health.HealthClient&gt;</code></pre>
  118. </div>
  119. <h3 id="constructors">Constructors
  120. </h3>
  121. <a id="Grpc_Health_V1_Health_HealthClient__ctor_" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor*"></a>
  122. <h4 id="Grpc_Health_V1_Health_HealthClient__ctor" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor">HealthClient()</h4>
  123. <div class="markdown level1 summary"><p>Protected parameterless constructor to allow creation of test doubles.</p>
  124. </div>
  125. <div class="markdown level1 conceptual"></div>
  126. <h5 class="decalaration">Declaration</h5>
  127. <div class="codewrapper">
  128. <pre><code class="lang-csharp hljs">protected HealthClient()</code></pre>
  129. </div>
  130. <a id="Grpc_Health_V1_Health_HealthClient__ctor_" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor*"></a>
  131. <h4 id="Grpc_Health_V1_Health_HealthClient__ctor_Grpc_Core_CallInvoker_" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor(Grpc.Core.CallInvoker)">HealthClient(CallInvoker)</h4>
  132. <div class="markdown level1 summary"><p>Creates a new client for Health that uses a custom <code>CallInvoker</code>.</p>
  133. </div>
  134. <div class="markdown level1 conceptual"></div>
  135. <h5 class="decalaration">Declaration</h5>
  136. <div class="codewrapper">
  137. <pre><code class="lang-csharp hljs">public HealthClient(CallInvoker callInvoker)</code></pre>
  138. </div>
  139. <h5 class="parameters">Parameters</h5>
  140. <table class="table table-bordered table-striped table-condensed">
  141. <thead>
  142. <tr>
  143. <th>Type</th>
  144. <th>Name</th>
  145. <th>Description</th>
  146. </tr>
  147. </thead>
  148. <tbody>
  149. <tr>
  150. <td><a class="xref" href="Grpc.Core.CallInvoker.html">CallInvoker</a></td>
  151. <td><span class="parametername">callInvoker</span></td>
  152. <td><p>The callInvoker to use to make remote calls.</p>
  153. </td>
  154. </tr>
  155. </tbody>
  156. </table>
  157. <a id="Grpc_Health_V1_Health_HealthClient__ctor_" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor*"></a>
  158. <h4 id="Grpc_Health_V1_Health_HealthClient__ctor_Grpc_Core_Channel_" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor(Grpc.Core.Channel)">HealthClient(Channel)</h4>
  159. <div class="markdown level1 summary"><p>Creates a new client for Health</p>
  160. </div>
  161. <div class="markdown level1 conceptual"></div>
  162. <h5 class="decalaration">Declaration</h5>
  163. <div class="codewrapper">
  164. <pre><code class="lang-csharp hljs">public HealthClient(Channel channel)</code></pre>
  165. </div>
  166. <h5 class="parameters">Parameters</h5>
  167. <table class="table table-bordered table-striped table-condensed">
  168. <thead>
  169. <tr>
  170. <th>Type</th>
  171. <th>Name</th>
  172. <th>Description</th>
  173. </tr>
  174. </thead>
  175. <tbody>
  176. <tr>
  177. <td><a class="xref" href="Grpc.Core.Channel.html">Channel</a></td>
  178. <td><span class="parametername">channel</span></td>
  179. <td><p>The channel to use to make remote calls.</p>
  180. </td>
  181. </tr>
  182. </tbody>
  183. </table>
  184. <a id="Grpc_Health_V1_Health_HealthClient__ctor_" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor*"></a>
  185. <h4 id="Grpc_Health_V1_Health_HealthClient__ctor_Grpc_Core_ClientBase_ClientBaseConfiguration_" data-uid="Grpc.Health.V1.Health.HealthClient.#ctor(Grpc.Core.ClientBase.ClientBaseConfiguration)">HealthClient(ClientBase.ClientBaseConfiguration)</h4>
  186. <div class="markdown level1 summary"><p>Protected constructor to allow creation of configured clients.</p>
  187. </div>
  188. <div class="markdown level1 conceptual"></div>
  189. <h5 class="decalaration">Declaration</h5>
  190. <div class="codewrapper">
  191. <pre><code class="lang-csharp hljs">protected HealthClient(ClientBase.ClientBaseConfiguration configuration)</code></pre>
  192. </div>
  193. <h5 class="parameters">Parameters</h5>
  194. <table class="table table-bordered table-striped table-condensed">
  195. <thead>
  196. <tr>
  197. <th>Type</th>
  198. <th>Name</th>
  199. <th>Description</th>
  200. </tr>
  201. </thead>
  202. <tbody>
  203. <tr>
  204. <td><a class="xref" href="Grpc.Core.ClientBase.ClientBaseConfiguration.html">ClientBase.ClientBaseConfiguration</a></td>
  205. <td><span class="parametername">configuration</span></td>
  206. <td><p>The client configuration.</p>
  207. </td>
  208. </tr>
  209. </tbody>
  210. </table>
  211. <h3 id="methods">Methods
  212. </h3>
  213. <a id="Grpc_Health_V1_Health_HealthClient_Check_" data-uid="Grpc.Health.V1.Health.HealthClient.Check*"></a>
  214. <h4 id="Grpc_Health_V1_Health_HealthClient_Check_Grpc_Health_V1_HealthCheckRequest_Grpc_Core_CallOptions_" data-uid="Grpc.Health.V1.Health.HealthClient.Check(Grpc.Health.V1.HealthCheckRequest,Grpc.Core.CallOptions)">Check(HealthCheckRequest, CallOptions)</h4>
  215. <div class="markdown level1 summary"></div>
  216. <div class="markdown level1 conceptual"></div>
  217. <h5 class="decalaration">Declaration</h5>
  218. <div class="codewrapper">
  219. <pre><code class="lang-csharp hljs">public virtual HealthCheckResponse Check(HealthCheckRequest request, CallOptions options)</code></pre>
  220. </div>
  221. <h5 class="parameters">Parameters</h5>
  222. <table class="table table-bordered table-striped table-condensed">
  223. <thead>
  224. <tr>
  225. <th>Type</th>
  226. <th>Name</th>
  227. <th>Description</th>
  228. </tr>
  229. </thead>
  230. <tbody>
  231. <tr>
  232. <td><a class="xref" href="Grpc.Health.V1.HealthCheckRequest.html">HealthCheckRequest</a></td>
  233. <td><span class="parametername">request</span></td>
  234. <td></td>
  235. </tr>
  236. <tr>
  237. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  238. <td><span class="parametername">options</span></td>
  239. <td></td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. <h5 class="returns">Returns</h5>
  244. <table class="table table-bordered table-striped table-condensed">
  245. <thead>
  246. <tr>
  247. <th>Type</th>
  248. <th>Description</th>
  249. </tr>
  250. </thead>
  251. <tbody>
  252. <tr>
  253. <td><a class="xref" href="Grpc.Health.V1.HealthCheckResponse.html">HealthCheckResponse</a></td>
  254. <td></td>
  255. </tr>
  256. </tbody>
  257. </table>
  258. <a id="Grpc_Health_V1_Health_HealthClient_Check_" data-uid="Grpc.Health.V1.Health.HealthClient.Check*"></a>
  259. <h4 id="Grpc_Health_V1_Health_HealthClient_Check_Grpc_Health_V1_HealthCheckRequest_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_" data-uid="Grpc.Health.V1.Health.HealthClient.Check(Grpc.Health.V1.HealthCheckRequest,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">Check(HealthCheckRequest, Metadata, Nullable&lt;DateTime&gt;, CancellationToken)</h4>
  260. <div class="markdown level1 summary"></div>
  261. <div class="markdown level1 conceptual"></div>
  262. <h5 class="decalaration">Declaration</h5>
  263. <div class="codewrapper">
  264. <pre><code class="lang-csharp hljs">public virtual HealthCheckResponse Check(HealthCheckRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = null)</code></pre>
  265. </div>
  266. <h5 class="parameters">Parameters</h5>
  267. <table class="table table-bordered table-striped table-condensed">
  268. <thead>
  269. <tr>
  270. <th>Type</th>
  271. <th>Name</th>
  272. <th>Description</th>
  273. </tr>
  274. </thead>
  275. <tbody>
  276. <tr>
  277. <td><a class="xref" href="Grpc.Health.V1.HealthCheckRequest.html">HealthCheckRequest</a></td>
  278. <td><span class="parametername">request</span></td>
  279. <td></td>
  280. </tr>
  281. <tr>
  282. <td><a class="xref" href="Grpc.Core.Metadata.html">Metadata</a></td>
  283. <td><span class="parametername">headers</span></td>
  284. <td></td>
  285. </tr>
  286. <tr>
  287. <td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;</td>
  288. <td><span class="parametername">deadline</span></td>
  289. <td></td>
  290. </tr>
  291. <tr>
  292. <td><span class="xref">System.Threading.CancellationToken</span></td>
  293. <td><span class="parametername">cancellationToken</span></td>
  294. <td></td>
  295. </tr>
  296. </tbody>
  297. </table>
  298. <h5 class="returns">Returns</h5>
  299. <table class="table table-bordered table-striped table-condensed">
  300. <thead>
  301. <tr>
  302. <th>Type</th>
  303. <th>Description</th>
  304. </tr>
  305. </thead>
  306. <tbody>
  307. <tr>
  308. <td><a class="xref" href="Grpc.Health.V1.HealthCheckResponse.html">HealthCheckResponse</a></td>
  309. <td></td>
  310. </tr>
  311. </tbody>
  312. </table>
  313. <a id="Grpc_Health_V1_Health_HealthClient_CheckAsync_" data-uid="Grpc.Health.V1.Health.HealthClient.CheckAsync*"></a>
  314. <h4 id="Grpc_Health_V1_Health_HealthClient_CheckAsync_Grpc_Health_V1_HealthCheckRequest_Grpc_Core_CallOptions_" data-uid="Grpc.Health.V1.Health.HealthClient.CheckAsync(Grpc.Health.V1.HealthCheckRequest,Grpc.Core.CallOptions)">CheckAsync(HealthCheckRequest, CallOptions)</h4>
  315. <div class="markdown level1 summary"></div>
  316. <div class="markdown level1 conceptual"></div>
  317. <h5 class="decalaration">Declaration</h5>
  318. <div class="codewrapper">
  319. <pre><code class="lang-csharp hljs">public virtual AsyncUnaryCall&lt;HealthCheckResponse&gt; CheckAsync(HealthCheckRequest request, CallOptions options)</code></pre>
  320. </div>
  321. <h5 class="parameters">Parameters</h5>
  322. <table class="table table-bordered table-striped table-condensed">
  323. <thead>
  324. <tr>
  325. <th>Type</th>
  326. <th>Name</th>
  327. <th>Description</th>
  328. </tr>
  329. </thead>
  330. <tbody>
  331. <tr>
  332. <td><a class="xref" href="Grpc.Health.V1.HealthCheckRequest.html">HealthCheckRequest</a></td>
  333. <td><span class="parametername">request</span></td>
  334. <td></td>
  335. </tr>
  336. <tr>
  337. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  338. <td><span class="parametername">options</span></td>
  339. <td></td>
  340. </tr>
  341. </tbody>
  342. </table>
  343. <h5 class="returns">Returns</h5>
  344. <table class="table table-bordered table-striped table-condensed">
  345. <thead>
  346. <tr>
  347. <th>Type</th>
  348. <th>Description</th>
  349. </tr>
  350. </thead>
  351. <tbody>
  352. <tr>
  353. <td><a class="xref" href="Grpc.Core.AsyncUnaryCall-1.html">AsyncUnaryCall</a>&lt;<a class="xref" href="Grpc.Health.V1.HealthCheckResponse.html">HealthCheckResponse</a>&gt;</td>
  354. <td></td>
  355. </tr>
  356. </tbody>
  357. </table>
  358. <a id="Grpc_Health_V1_Health_HealthClient_CheckAsync_" data-uid="Grpc.Health.V1.Health.HealthClient.CheckAsync*"></a>
  359. <h4 id="Grpc_Health_V1_Health_HealthClient_CheckAsync_Grpc_Health_V1_HealthCheckRequest_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_" data-uid="Grpc.Health.V1.Health.HealthClient.CheckAsync(Grpc.Health.V1.HealthCheckRequest,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">CheckAsync(HealthCheckRequest, Metadata, Nullable&lt;DateTime&gt;, CancellationToken)</h4>
  360. <div class="markdown level1 summary"></div>
  361. <div class="markdown level1 conceptual"></div>
  362. <h5 class="decalaration">Declaration</h5>
  363. <div class="codewrapper">
  364. <pre><code class="lang-csharp hljs">public virtual AsyncUnaryCall&lt;HealthCheckResponse&gt; CheckAsync(HealthCheckRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = null)</code></pre>
  365. </div>
  366. <h5 class="parameters">Parameters</h5>
  367. <table class="table table-bordered table-striped table-condensed">
  368. <thead>
  369. <tr>
  370. <th>Type</th>
  371. <th>Name</th>
  372. <th>Description</th>
  373. </tr>
  374. </thead>
  375. <tbody>
  376. <tr>
  377. <td><a class="xref" href="Grpc.Health.V1.HealthCheckRequest.html">HealthCheckRequest</a></td>
  378. <td><span class="parametername">request</span></td>
  379. <td></td>
  380. </tr>
  381. <tr>
  382. <td><a class="xref" href="Grpc.Core.Metadata.html">Metadata</a></td>
  383. <td><span class="parametername">headers</span></td>
  384. <td></td>
  385. </tr>
  386. <tr>
  387. <td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;</td>
  388. <td><span class="parametername">deadline</span></td>
  389. <td></td>
  390. </tr>
  391. <tr>
  392. <td><span class="xref">System.Threading.CancellationToken</span></td>
  393. <td><span class="parametername">cancellationToken</span></td>
  394. <td></td>
  395. </tr>
  396. </tbody>
  397. </table>
  398. <h5 class="returns">Returns</h5>
  399. <table class="table table-bordered table-striped table-condensed">
  400. <thead>
  401. <tr>
  402. <th>Type</th>
  403. <th>Description</th>
  404. </tr>
  405. </thead>
  406. <tbody>
  407. <tr>
  408. <td><a class="xref" href="Grpc.Core.AsyncUnaryCall-1.html">AsyncUnaryCall</a>&lt;<a class="xref" href="Grpc.Health.V1.HealthCheckResponse.html">HealthCheckResponse</a>&gt;</td>
  409. <td></td>
  410. </tr>
  411. </tbody>
  412. </table>
  413. <a id="Grpc_Health_V1_Health_HealthClient_NewInstance_" data-uid="Grpc.Health.V1.Health.HealthClient.NewInstance*"></a>
  414. <h4 id="Grpc_Health_V1_Health_HealthClient_NewInstance_Grpc_Core_ClientBase_ClientBaseConfiguration_" data-uid="Grpc.Health.V1.Health.HealthClient.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)">NewInstance(ClientBase.ClientBaseConfiguration)</h4>
  415. <div class="markdown level1 summary"><p>Creates a new instance of client from given <code>ClientBaseConfiguration</code>.</p>
  416. </div>
  417. <div class="markdown level1 conceptual"></div>
  418. <h5 class="decalaration">Declaration</h5>
  419. <div class="codewrapper">
  420. <pre><code class="lang-csharp hljs">protected override Health.HealthClient NewInstance(ClientBase.ClientBaseConfiguration configuration)</code></pre>
  421. </div>
  422. <h5 class="parameters">Parameters</h5>
  423. <table class="table table-bordered table-striped table-condensed">
  424. <thead>
  425. <tr>
  426. <th>Type</th>
  427. <th>Name</th>
  428. <th>Description</th>
  429. </tr>
  430. </thead>
  431. <tbody>
  432. <tr>
  433. <td><a class="xref" href="Grpc.Core.ClientBase.ClientBaseConfiguration.html">ClientBase.ClientBaseConfiguration</a></td>
  434. <td><span class="parametername">configuration</span></td>
  435. <td></td>
  436. </tr>
  437. </tbody>
  438. </table>
  439. <h5 class="returns">Returns</h5>
  440. <table class="table table-bordered table-striped table-condensed">
  441. <thead>
  442. <tr>
  443. <th>Type</th>
  444. <th>Description</th>
  445. </tr>
  446. </thead>
  447. <tbody>
  448. <tr>
  449. <td><a class="xref" href="Grpc.Health.V1.Health.HealthClient.html">Health.HealthClient</a></td>
  450. <td></td>
  451. </tr>
  452. </tbody>
  453. </table>
  454. <h5 class="overrides">Overrides</h5>
  455. <div><span class="xref">Grpc.Core.ClientBase&lt;Grpc.Health.V1.Health.HealthClient&gt;.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)</span></div>
  456. </article>
  457. </div>
  458. <div class="hidden-sm col-md-2" role="complementary">
  459. <div class="sideaffix">
  460. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  461. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  462. </nav>
  463. </div>
  464. </div>
  465. </div>
  466. </div>
  467. <footer>
  468. <div class="grad-bottom"></div>
  469. <div class="footer">
  470. <div class="container">
  471. <span class="pull-right">
  472. <a href="#top">Back to top</a>
  473. </span>
  474. <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
  475. </div>
  476. </div>
  477. </footer>
  478. </div>
  479. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  480. <script type="text/javascript" src="../styles/docfx.js"></script>
  481. <script type="text/javascript" src="../styles/main.js"></script>
  482. </body>
  483. </html>