Compartilhar via


CKContainer.FetchLongLivedOperationAsync(String[]) Método

Definição

Busca a operação de longa duração identificada por operationID.

[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>> FetchLongLivedOperationAsync (string[] operationID);
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>>

Parâmetros

operationID
String[]

A ID da operação de longa duração a ser buscada.

Retornos

Uma tarefa que representa a operação assíncrona FetchLongLivedOperation. O valor do parâmetro TResult é do tipo System.Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation,Foundation.NSError>>.

Atributos

Aplica-se a