共用方式為


CKContainer.FetchAllLongLivedOperationIDsAsync 方法

定義

傳回陣列,其中包含所有目前作用中長期作業的識別碼。

[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 System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation>> FetchAllLongLivedOperationIDsAsync ();
abstract member FetchAllLongLivedOperationIDsAsync : unit -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSOperation>>
override this.FetchAllLongLivedOperationIDsAsync : unit -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSOperation>>

傳回

表示非同步 FetchAllLongLivedOperationIDs 作業的工作。 TResult 參數的值的類型為 System.Action < Foundation.NSDictionary < Foundation.NSString,Foundation.NSOperation > ,Foundation.NSError > 。

屬性

適用於