A Sandcastle Documented Class Library
![]() |
Reader Methods |
The Reader type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Connect |
Connects to the reader.
|
![]() |
ConnectAsync |
Awaitable connect to the reader.
|
![]() |
Disconnect |
Disconnects the reader.
|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute |
Synchronously execute a list of operations on selected tags.
|
![]() |
ExecuteAsync |
Awaitable version of Execute method which executes a list of operations on selected tags.
|
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetReader |
Returns the instance of Reader
|
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize |
Initializes the reader.
|
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OneTagRead |
Read one tag in an efficient manner providing progress reports.
|
![]() |
OneTagReverseRead |
Read one tag in an efficient manner providing progress reports starting with higher memory first.
|
![]() |
OneTagWrite |
Read one tag in an efficient manner providing progress reports.
|
![]() |
RaiseProgress |
Raises the Progress event.
|
![]() |
ReleaseReaderAccess |
Releases the reader after use so other threads can access it.
|
![]() |
RequestCancel |
Should be called when App wants to cancel the on going operation
|
![]() |
RequestReaderAccess |
Blocks until the reader is available.
|
![]() |
StartExecution |
Asynchronously executes a list of operations on selected tags.
|
![]() |
StopExecution |
Stops execution after the StartExecution method has been called.
|
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
WaitForExecutionComplete |
Wait for execution to complete after a call to StartExecution.
|
![]() |
WaitForExecutionCompleteAsync |
Waitable task which waits for execution to complete after a call to StartExecution.
|
