Sdílet prostřednictvím


IConnection.BeginRead Metoda

Definice

public:
 System::Runtime::AsyncCompletionResult BeginRead(int offset, int size, TimeSpan timeout, Action<System::Object ^> ^ callback, System::Object ^ state);
public System.Runtime.AsyncCompletionResult BeginRead (int offset, int size, TimeSpan timeout, Action<object> callback, object state);
abstract member BeginRead : int * int * TimeSpan * Action<obj> * obj -> System.Runtime.AsyncCompletionResult
Public Function BeginRead (offset As Integer, size As Integer, timeout As TimeSpan, callback As Action(Of Object), state As Object) As AsyncCompletionResult

Parametry

offset
Int32
size
Int32
timeout
TimeSpan
callback
Action<Object>
state
Object

Návraty

Platí pro