IConnection.BeginWrite 方法

定义

public:
 System::Runtime::AsyncCompletionResult BeginWrite(cli::array <System::Byte> ^ buffer, int offset, int size, bool immediate, TimeSpan timeout, Action<System::Object ^> ^ callback, System::Object ^ state);
public System.Runtime.AsyncCompletionResult BeginWrite (byte[] buffer, int offset, int size, bool immediate, TimeSpan timeout, Action<object> callback, object state);
abstract member BeginWrite : byte[] * int * int * bool * TimeSpan * Action<obj> * obj -> System.Runtime.AsyncCompletionResult
Public Function BeginWrite (buffer As Byte(), offset As Integer, size As Integer, immediate As Boolean, timeout As TimeSpan, callback As Action(Of Object), state As Object) As AsyncCompletionResult

参数

buffer
Byte[]
offset
Int32
size
Int32
immediate
Boolean
timeout
TimeSpan
callback
Action<Object>
state
Object

返回

适用于