Note: This documentation is preliminary and is subject to change.
Reads current data in the capture buffer.
Definition
Visual Basic .NET
Public Function Read( _ ByVal bufferStartingLocation As Integer, _ ByVal returnedDataType As Type, _ ByVal flag As LockFlag, _ ByVal ranks() As Integer _ ) As Array
C#
public ArrayRead( intbufferStartingLocation, TypereturnedDataType, LockFlagflag, int[] ranks );
Managed C++
public: Array* Read( intbufferStartingLocation, Type *returnedDataType, LockFlagflag, intranks __gc[] );
JScript .NET
public function Read( bufferStartingLocation : int, returnedDataType : Type, flag : LockFlag, ranks : int[] ) :
Array;
Parameters
bufferStartingLocation
System.Int32. An integer that represents the offet, in bytes, of where to begin reading from the capture buffer. This parameter is ignored if LockFlag.FromWriteCursor is specified in the flag parameter.
returnedDataType
System.Type. Value that indicates the Type of the returned array.