共用方式為


CKContainer.FetchLongLivedOperationAsync(String[]) 方法

定義

擷取 所 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>>

參數

operationID
String[]

要擷取之長期作業的識別碼。

傳回

表示非同步 FetchLongLivedOperation 作業的工作。 TResult 參數的值的類型為 System.Action < Foundation.NSDictionary < Foundation.NSString,Foundation.NSOperation > ,Foundation.NSError > 。

屬性

適用於