Share via


SLRequest.PerformRequestAsync Method

Definition

Asynchronously makes the request.

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

Returns

A task that represents the asynchronous PerformRequest operation. The value of the TResult parameter is of type System.Action<Foundation.NSData,Foundation.NSHttpUrlResponse,Foundation.NSError>.

Attributes

Remarks

The PerformRequestAsync 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