Share via


CKContainer.FetchAllLongLivedOperationIDsAsync Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation>> FetchAllLongLivedOperationIDsAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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