IMediaDataServiceContext.LoadPropertyAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- entity
- Object
- propertyName
- String
- state
- Object
Returns
Applies to
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)
Parameters
- entity
- Object
- propertyName
- String
- continuation
- DataServiceQueryContinuation
- state
- Object
Returns
Applies to
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)
Parameters
- entity
- Object
- propertyName
- String
- nextLinkUri
- Uri
- state
- Object
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET