次の方法で共有


CKContainer.FetchAllLongLivedOperationIDs メソッド

定義

現在アクティブなすべての有効期間の長い操作の識別子を含む配列を返します。

[Foundation.Export("fetchAllLongLivedOperationIDsWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FetchAllLongLivedOperationIDs (Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation>,Foundation.NSError> completionHandler);
abstract member FetchAllLongLivedOperationIDs : Action<Foundation.NSDictionary<Foundation.NSString, Foundation.NSOperation>, Foundation.NSError> -> unit
override this.FetchAllLongLivedOperationIDs : Action<Foundation.NSDictionary<Foundation.NSString, Foundation.NSOperation>, Foundation.NSError> -> unit

パラメーター

completionHandler
Action<NSDictionary<NSString,NSOperation>,NSError>

現在アクティブなすべての有効期間の長い操作とエラーの ID の配列を受け取るハンドラー。成功を示している可能性があります null

属性

適用対象