Aracılığıyla paylaş


IConnection.BeginRead Yöntem

Tanım

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

Parametreler

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

Döndürülenler

Şunlara uygulanır