編輯

Share via


IConnection.WriteAsync(ReadOnlyMemory<Byte>, Boolean, TimeSpan) Method

Definition

public:
 System::Threading::Tasks::ValueTask WriteAsync(ReadOnlyMemory<System::Byte> buffer, bool immediate, TimeSpan timeout);
public System.Threading.Tasks.ValueTask WriteAsync (ReadOnlyMemory<byte> buffer, bool immediate, TimeSpan timeout);
abstract member WriteAsync : ReadOnlyMemory<byte> * bool * TimeSpan -> System.Threading.Tasks.ValueTask
Public Function WriteAsync (buffer As ReadOnlyMemory(Of Byte), immediate As Boolean, timeout As TimeSpan) As ValueTask

Parameters

immediate
Boolean
timeout
TimeSpan

Returns

Applies to