IOwinResponse.WriteAsync Method (String)

Writes information to a response asynchronously.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Function WriteAsync ( _
    text As String _
) As Task
'Usage
Dim instance As IOwinResponse 
Dim text As String 
Dim returnValue As Task 

returnValue = instance.WriteAsync(text)
Task WriteAsync(
    string text
)
Task^ WriteAsync(
    String^ text
)
abstract WriteAsync : 
        text:string -> Task
function WriteAsync(
    text : String
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
The information to write.

See Also

Reference

IOwinResponse Interface

WriteAsync Overload

Microsoft.Owin Namespace