Table of Contents

Method WriteDataAsync

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

WriteDataAsync(string)

Asynchronously writes a data message to the underlying stream.

public Task WriteDataAsync(string data)

Parameters

data string

The data to write.

Returns

Task

A task that represents the asynchronous write operation.