次の方法で共有


ExternalChildResourceCollection<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.CommitAndGetAllAsync メソッド

定義

外部の子リソース コレクションの変更をコミットします。

public System.Threading.Tasks.Task<System.Collections.Generic.List<FluentModelTImpl>> CommitAndGetAllAsync (System.Threading.CancellationToken cancellationToken);
member this.CommitAndGetAllAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<'FluentModelTImpl>>
Public Function CommitAndGetAllAsync (cancellationToken As CancellationToken) As Task(Of List(Of FluentModelTImpl))

パラメーター

cancellationToken
CancellationToken

戻り値

Task<List<FluentModelTImpl>>

成功した場合、子リソースが変更されたタスクが失敗した場合

適用対象