Condividi tramite


CKContainer.FetchLongLivedOperationAsync(String[]) Metodo

Definizione

Recupera l'operazione di lunga durata identificata da 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>>

Parametri

operationID
String[]

ID dell'operazione di lunga durata da recuperare.

Restituisce

Attività che rappresenta l'operazione FetchLongLivedOperation asincrona. Il valore del parametro TResult è di tipo System.Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSOperation,Foundation.NSError>>.

Attributi

Si applica a