Freigeben über


ODataMessageWriter.WritePropertyAsync-Methode

Schreibt asynchron eine ODataProperty als Nachrichtennutzlast.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Function WritePropertyAsync ( _
    property As ODataProperty _
) As Task
'Usage
Dim instance As ODataMessageWriter
Dim property As ODataProperty
Dim returnValue As Task

returnValue = instance.WritePropertyAsync(property)
public Task WritePropertyAsync(
    ODataProperty property
)
public:
Task^ WritePropertyAsync(
    ODataProperty^ property
)
member WritePropertyAsync : 
        property:ODataProperty -> Task 
public function WritePropertyAsync(
    property : ODataProperty
) : Task

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task
Eine Aufgabe, die den asynchronen Schreibvorgang der Eigenschaft darstellt.

Siehe auch

Verweis

ODataMessageWriter Klasse

Microsoft.Data.OData-Namespace