Partager via


ODataWriter.WriteStartAsync Méthode

Définition

Surcharges

WriteStartAsync(ODataResourceSet)

Commencez à écrire de manière asynchrone un jeu de ressources.

WriteStartAsync(ODataDeletedResource)

Écriture asynchrone d’une ressource delta supprimée.

WriteStartAsync(ODataDeltaResourceSet)

Commencez à écrire de manière asynchrone un jeu de ressources.

WriteStartAsync(ODataNestedResourceInfo)

Commencez à écrire de manière asynchrone des informations de ressource imbriquées.

WriteStartAsync(ODataPropertyInfo)

Écrivez de manière asynchrone une propriété primitive au sein d’une ressource.

WriteStartAsync(ODataResource)

Commencez à écrire de manière asynchrone une ressource.

WriteStartAsync(ODataResourceSet)

Commencez à écrire de manière asynchrone un jeu de ressources.

public virtual System.Threading.Tasks.Task WriteStartAsync (Microsoft.OData.ODataResourceSet resourceSet);
abstract member WriteStartAsync : Microsoft.OData.ODataResourceSet -> System.Threading.Tasks.Task
override this.WriteStartAsync : Microsoft.OData.ODataResourceSet -> System.Threading.Tasks.Task
Public Overridable Function WriteStartAsync (resourceSet As ODataResourceSet) As Task

Paramètres

resourceSet
ODataResourceSet

Ensemble de ressources ou collection à écrire.

Retours

Une instance de tâche qui représente l'opération d'écriture asynchrone.

S’applique à

WriteStartAsync(ODataDeletedResource)

Écriture asynchrone d’une ressource delta supprimée.

public virtual System.Threading.Tasks.Task WriteStartAsync (Microsoft.OData.ODataDeletedResource deletedResource);
abstract member WriteStartAsync : Microsoft.OData.ODataDeletedResource -> System.Threading.Tasks.Task
override this.WriteStartAsync : Microsoft.OData.ODataDeletedResource -> System.Threading.Tasks.Task
Public Overridable Function WriteStartAsync (deletedResource As ODataDeletedResource) As Task

Paramètres

deletedResource
ODataDeletedResource

Ressource supprimée à écrire.

Retours

Une instance de tâche qui représente l'opération d'écriture asynchrone.

S’applique à

WriteStartAsync(ODataDeltaResourceSet)

Commencez à écrire de manière asynchrone un jeu de ressources.

public virtual System.Threading.Tasks.Task WriteStartAsync (Microsoft.OData.ODataDeltaResourceSet deltaResourceSet);
abstract member WriteStartAsync : Microsoft.OData.ODataDeltaResourceSet -> System.Threading.Tasks.Task
override this.WriteStartAsync : Microsoft.OData.ODataDeltaResourceSet -> System.Threading.Tasks.Task
Public Overridable Function WriteStartAsync (deltaResourceSet As ODataDeltaResourceSet) As Task

Paramètres

deltaResourceSet
ODataDeltaResourceSet

Ensemble de ressources ou collection à écrire.

Retours

Une instance de tâche qui représente l'opération d'écriture asynchrone.

S’applique à

WriteStartAsync(ODataNestedResourceInfo)

Commencez à écrire de manière asynchrone des informations de ressource imbriquées.

public virtual System.Threading.Tasks.Task WriteStartAsync (Microsoft.OData.ODataNestedResourceInfo nestedResourceInfo);
abstract member WriteStartAsync : Microsoft.OData.ODataNestedResourceInfo -> System.Threading.Tasks.Task
override this.WriteStartAsync : Microsoft.OData.ODataNestedResourceInfo -> System.Threading.Tasks.Task
Public Overridable Function WriteStartAsync (nestedResourceInfo As ODataNestedResourceInfo) As Task

Paramètres

nestedResourceInfo
ODataNestedResourceInfo

Informations de ressource imbriquées dans l’enregistreur.

Retours

Une instance de tâche qui représente l'opération d'écriture asynchrone.

S’applique à

WriteStartAsync(ODataPropertyInfo)

Écrivez de manière asynchrone une propriété primitive au sein d’une ressource.

public virtual System.Threading.Tasks.Task WriteStartAsync (Microsoft.OData.ODataPropertyInfo primitiveProperty);
abstract member WriteStartAsync : Microsoft.OData.ODataPropertyInfo -> System.Threading.Tasks.Task
override this.WriteStartAsync : Microsoft.OData.ODataPropertyInfo -> System.Threading.Tasks.Task
Public Overridable Function WriteStartAsync (primitiveProperty As ODataPropertyInfo) As Task

Paramètres

primitiveProperty
ODataPropertyInfo

Propriété primitive à écrire.

Retours

Une instance de tâche qui représente l'opération d'écriture asynchrone.

S’applique à

WriteStartAsync(ODataResource)

Commencez à écrire de manière asynchrone une ressource.

public virtual System.Threading.Tasks.Task WriteStartAsync (Microsoft.OData.ODataResource resource);
abstract member WriteStartAsync : Microsoft.OData.ODataResource -> System.Threading.Tasks.Task
override this.WriteStartAsync : Microsoft.OData.ODataResource -> System.Threading.Tasks.Task
Public Overridable Function WriteStartAsync (resource As ODataResource) As Task

Paramètres

resource
ODataResource

Ressource ou élément à écrire.

Retours

Une instance de tâche qui représente l'opération d'écriture asynchrone.

S’applique à