Share via


INImage.FetchImageAsync Method

Definition

Asynchronously fetches the image.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<UIKit.UIImage> FetchImageAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchImageAsync : unit -> System.Threading.Tasks.Task<UIKit.UIImage>
override this.FetchImageAsync : unit -> System.Threading.Tasks.Task<UIKit.UIImage>

Returns

A task that represents the asynchronous FetchImage operation. The value of the TResult parameter is of type System.Action<UIKit.UIImage>.

Attributes

Remarks

The FetchImageAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to