Freigeben über


CKContainer.FetchAllLongLivedOperationIDsAsync Methode

Definition

Gibt ein Array zurück, das die Bezeichner für alle aktuell aktiven langlebigen Vorgänge enthält.

[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>>

Gibt zurück

Eine Aufgabe, die den asynchronen FetchAllLongLivedOperationIDs-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ System.Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation,Foundation.NSError>>.

Attribute

Gilt für: