CKContainer.FetchLongLivedOperationAsync(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetches the long-lived operation that is identified by 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>>
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