IMediaDataServiceContext.LoadPropertyAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- entity
- Object
- propertyName
- String
- state
- Object
戻り値
適用対象
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)
パラメーター
- entity
- Object
- propertyName
- String
- continuation
- DataServiceQueryContinuation
- state
- Object
戻り値
適用対象
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)
パラメーター
- entity
- Object
- propertyName
- String
- nextLinkUri
- Uri
- state
- Object
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET