ProxyStreamBeginRead - метод |
Пространство имён:
Tessa.Platform.IO
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public override IAsyncResult BeginRead(
byte[] buffer,
int offset,
int count,
AsyncCallback? callback,
Object? state
)
Public Overrides Function BeginRead (
buffer As Byte(),
offset As Integer,
count As Integer,
callback As AsyncCallback,
state As Object
) As IAsyncResult
public:
virtual IAsyncResult^ BeginRead(
array<unsigned char>^ buffer,
int offset,
int count,
AsyncCallback^ callback,
Object^ state
) override
abstract BeginRead :
buffer : byte[] *
offset : int *
count : int *
callback : AsyncCallback *
state : Object -> IAsyncResult
override BeginRead :
buffer : byte[] *
offset : int *
count : int *
callback : AsyncCallback *
state : Object -> IAsyncResult
Параметры
- buffer
- Тип: SystemByte
The buffer to read the data into. - offset
- Тип: SystemInt32
The byte offset in buffer at which to begin writing data read from the stream. - count
- Тип: SystemInt32
The maximum number of bytes to read. - callback
- Тип: SystemAsyncCallback
An optional asynchronous callback, to be called when the read is complete. - state
- Тип: SystemObject
A user-provided object that distinguishes this particular asynchronous read request from other requests.
Возвращаемое значение
Тип:
IAsyncResultAn
IAsyncResult that represents the asynchronous read, which could still be pending.
Исключения См. также