Share via


CKContainer.FetchLongLivedOperationAsync(String[]) Method

Definition

Fetches the long-lived operation that is identified by operationID.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation>> FetchLongLivedOperationAsync(string[] operationID);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchLongLivedOperationAsync : string[] -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSOperation>>
override this.FetchLongLivedOperationAsync : string[] -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSOperation>>

Parameters

operationID
String[]

The ID of the long-lived operation to fetch.

Returns

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

Attributes

Applies to