CKContainer.FetchAllLongLivedOperationIDsAsync Method

Definition

Returns an array that contains the identifiers for all the currently active long-lived operations.

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

Returns

A task that represents the asynchronous FetchAllLongLivedOperationIDs operation. The value of the TResult parameter is of type System.Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation>,Foundation.NSError>.

Attributes

Applies to