DataReader Class

Definition

Reads information from a management group.

public ref class DataReader abstract : IDisposable
public abstract class DataReader : IDisposable
type DataReader = class
    interface IDisposable
Public MustInherit Class DataReader
Implements IDisposable
Inheritance
DataReader
Implements

Constructors

DataReader(Guid, Int32, EnterpriseManagementGroup)

Initializes a new instance of the DataReader class using the specified parameters.

Properties

BufferSize

Gets or sets the buffer size used when reading information from the data store.

IsComplete

Gets a value that describes if the reader is complete or not.

ManagementGroup

Gets the EnterpriseManagementGroup object associated with this DataReader.

Methods

Close()

Closes the underlying connection to the data store.

Dispose()

Closes the underlying connection to the data store and releases any resources used by this object.

GetResult()

Gets the Result value of the most recent operation.

Read()

Moves the reader to the next result object.

Applies to