IMediaDataServiceContext.LoadPropertyAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
LoadPropertyAsync(Object, String, Object) | |
LoadPropertyAsync(Object, String, DataServiceQueryContinuation, Object) | |
LoadPropertyAsync(Object, String, Uri, Object) |
LoadPropertyAsync(Object, String, Object)
public System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse> LoadPropertyAsync (object entity, string propertyName, object state);
abstract member LoadPropertyAsync : obj * string * obj -> System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse>
Public Function LoadPropertyAsync (entity As Object, propertyName As String, state As Object) As Task(Of QueryOperationResponse)
Parámetros
- entity
- Object
- propertyName
- String
- state
- Object
Devoluciones
Se aplica a
LoadPropertyAsync(Object, String, DataServiceQueryContinuation, Object)
public System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse> LoadPropertyAsync (object entity, string propertyName, System.Data.Services.Client.DataServiceQueryContinuation continuation, object state);
abstract member LoadPropertyAsync : obj * string * System.Data.Services.Client.DataServiceQueryContinuation * obj -> System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse>
Public Function LoadPropertyAsync (entity As Object, propertyName As String, continuation As DataServiceQueryContinuation, state As Object) As Task(Of QueryOperationResponse)
Parámetros
- entity
- Object
- propertyName
- String
- continuation
- DataServiceQueryContinuation
- state
- Object
Devoluciones
Se aplica a
LoadPropertyAsync(Object, String, Uri, Object)
public System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse> LoadPropertyAsync (object entity, string propertyName, Uri nextLinkUri, object state);
abstract member LoadPropertyAsync : obj * string * Uri * obj -> System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse>
Public Function LoadPropertyAsync (entity As Object, propertyName As String, nextLinkUri As Uri, state As Object) As Task(Of QueryOperationResponse)
Parámetros
- entity
- Object
- propertyName
- String
- nextLinkUri
- Uri
- state
- Object
Devoluciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET