Click or drag to resize
S101ReaderDisposeAsync Method
Asynchronously releases all resources used by the current instance of the S101Reader class.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public Task DisposeAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: Task
Exceptions
ExceptionCondition
ExceptionAn exception was thrown from the callback passed to the constructor, see Message for more information.
InvalidOperationExceptionThe IsCompleted property is false for the Task object returned by a previously called async method.
See Also