Method CloseStreamAsync
| Edit this page View SourceCloseStreamAsync(Stream)
Closes the stream the NmeaDevice is working on top off.
Declaration
protected override Task CloseStreamAsync(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream to be closed. |
Returns
Type | Description |
---|---|
Task | A task that represents the asynchronous action. |
Overrides
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
UWP | main, v3.0, v2.2, v2.1, v2.0 |