Condividi tramite


CKContainer.FetchAllLongLivedOperationIDsAsync Metodo

Definizione

Restituisce una matrice che contiene gli identificatori per tutte le operazioni attualmente attive.

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

Restituisce

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

Attributi

Si applica a