Show / Hide Table of Contents

Method CloseStreamAsync

| Edit this page View Source

CloseStreamAsync(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
NmeaDevice.CloseStreamAsync(Stream)
See Also
OpenStreamAsync()

Applies to

Platforms and versions
TargetVersions
.NET Windowsmain
UWPmain
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX