Skip to content

Commit 7722196

Browse files
Update documentation from PR
1 parent 6975643 commit 7722196

File tree

460 files changed

+247344
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

460 files changed

+247344
-212
lines changed
Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Interface IAsyncFlushable | .NET nanoFramework Documentation </title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="Interface IAsyncFlushable | .NET nanoFramework Documentation ">
8+
9+
10+
<link rel="icon" href="../favicon.ico">
11+
<link rel="stylesheet" href="../public/docfx.min.css">
12+
<link rel="stylesheet" href="../public/main.css">
13+
<meta name="docfx:navrel" content="../toc.html">
14+
<meta name="docfx:tocrel" content="toc.html">
15+
16+
<meta name="docfx:rel" content="../">
17+
18+
19+
20+
<meta name="loc:inThisArticle" content="In this article">
21+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
22+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
23+
<meta name="loc:tocFilter" content="Filter by title">
24+
<meta name="loc:nextArticle" content="Next">
25+
<meta name="loc:prevArticle" content="Previous">
26+
<meta name="loc:themeLight" content="Light">
27+
<meta name="loc:themeDark" content="Dark">
28+
<meta name="loc:themeAuto" content="Auto">
29+
<meta name="loc:changeTheme" content="Change theme">
30+
<meta name="loc:copy" content="Copy">
31+
<meta name="loc:downloadPdf" content="Download PDF">
32+
33+
<script type="module" src="./../public/docfx.min.js"></script>
34+
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
39+
40+
</head>
41+
42+
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
43+
<header class="bg-body border-bottom">
44+
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
45+
<div class="container-xxl flex-nowrap">
46+
<a class="navbar-brand" href="../index.html">
47+
<img id="logo" class="svg" src="../logo.svg" alt="">
48+
49+
</a>
50+
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
51+
<i class="bi bi-three-dots"></i>
52+
</button>
53+
<div class="collapse navbar-collapse" id="navpanel">
54+
<div id="navbar">
55+
<form class="search" role="search" id="search">
56+
<i class="bi bi-search"></i>
57+
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
58+
</form>
59+
</div>
60+
</div>
61+
</div>
62+
</nav>
63+
</header>
64+
65+
<main class="container-xxl">
66+
<div class="toc-offcanvas">
67+
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
68+
<div class="offcanvas-header">
69+
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
70+
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
71+
</div>
72+
<div class="offcanvas-body">
73+
<nav class="toc" id="toc"></nav>
74+
</div>
75+
</div>
76+
</div>
77+
78+
<div class="content">
79+
<div class="actionbar">
80+
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
81+
<i class="bi bi-list"></i>
82+
</button>
83+
84+
<nav id="breadcrumb"></nav>
85+
</div>
86+
87+
<article data-uid="Microsoft.ApplicationInsights.Channel.IAsyncFlushable">
88+
89+
90+
91+
<h1 id="Microsoft_ApplicationInsights_Channel_IAsyncFlushable" data-uid="Microsoft.ApplicationInsights.Channel.IAsyncFlushable" class="text-break">
92+
Interface IAsyncFlushable
93+
</h1>
94+
95+
<div class="facts text-secondary">
96+
<dl><dt>Namespace</dt><dd><a class="xref" href="Microsoft.html">Microsoft</a>.<a class="xref" href="Microsoft.ApplicationInsights.html">ApplicationInsights</a>.<a class="xref" href="Microsoft.ApplicationInsights.Channel.html">Channel</a></dd></dl>
97+
<dl><dt>Assembly</dt><dd>Microsoft.ApplicationInsights.dll</dd></dl>
98+
</div>
99+
100+
<div class="markdown summary"></div>
101+
<div class="markdown conceptual"></div>
102+
103+
<div class="codewrapper">
104+
<pre><code class="lang-csharp hljs">public interface IAsyncFlushable : IDisposable</code></pre>
105+
</div>
106+
107+
108+
109+
110+
111+
112+
113+
<dl class="typelist inheritedMembers">
114+
<dt>Inherited Members</dt>
115+
<dd>
116+
<div>
117+
<a class="xref" href="System.IDisposable.html#System_IDisposable_Dispose">IDisposable.Dispose()</a>
118+
</div>
119+
</dd></dl>
120+
121+
<dl class="typelist extensionMethods">
122+
<dt>Extension Methods</dt>
123+
<dd>
124+
<div>
125+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
126+
</div>
127+
<div>
128+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
129+
</div>
130+
<div>
131+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
132+
</div>
133+
<div>
134+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
135+
</div>
136+
<div>
137+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
138+
</div>
139+
<div>
140+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
141+
</div>
142+
<div>
143+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
144+
</div>
145+
<div>
146+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
147+
</div>
148+
<div>
149+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
150+
</div>
151+
<div>
152+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
153+
</div>
154+
<div>
155+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
156+
</div>
157+
<div>
158+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
159+
</div>
160+
</dd></dl>
161+
162+
163+
164+
165+
166+
<h2 class="section" id="methods">Methods
167+
</h2>
168+
169+
170+
<a id="Microsoft_ApplicationInsights_Channel_IAsyncFlushable_FlushAsync_" data-uid="Microsoft.ApplicationInsights.Channel.IAsyncFlushable.FlushAsync*"></a>
171+
172+
<h3 id="Microsoft_ApplicationInsights_Channel_IAsyncFlushable_FlushAsync_System_Threading_CancellationToken_" data-uid="Microsoft.ApplicationInsights.Channel.IAsyncFlushable.FlushAsync(System.Threading.CancellationToken)">
173+
FlushAsync(CancellationToken)
174+
175+
</h3>
176+
177+
<div class="markdown level1 summary"></div>
178+
<div class="markdown level1 conceptual"></div>
179+
180+
<div class="codewrapper">
181+
<pre><code class="lang-csharp hljs">Task&lt;bool&gt; FlushAsync(CancellationToken cancellationToken)</code></pre>
182+
</div>
183+
184+
<h4 class="section">Parameters</h4>
185+
<dl class="parameters">
186+
<dt><code>cancellationToken</code> <a class="xref" href="System.Threading.CancellationToken.html">CancellationToken</a></dt>
187+
<dd></dd>
188+
</dl>
189+
190+
<h4 class="section">Returns</h4>
191+
<dl class="parameters">
192+
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>&gt;</dt>
193+
<dd></dd>
194+
</dl>
195+
196+
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
207+
</article>
208+
209+
<div class="contribution d-print-none">
210+
</div>
211+
212+
213+
</div>
214+
215+
<div class="affix">
216+
<nav id="affix"></nav>
217+
</div>
218+
</main>
219+
220+
<div class="container-xxl search-results" id="search-results"></div>
221+
222+
<footer class="border-top text-secondary">
223+
<div class="container-xxl">
224+
<div class="flex-fill">
225+
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
226+
</div>
227+
</div>
228+
</footer>
229+
</body>
230+
</html>

0 commit comments

Comments
 (0)