Freigeben über


NSUrlConnection.SendRequestAsync(NSUrlRequest, NSOperationQueue) Methode

Definition

Lädt die Daten und ruft nach Abschluss eine Methode auf.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NSUrlSession.CreateDataTask' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NSUrlSession.CreateDataTask' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.None, "Use 'NSUrlSession.CreateDataTask' instead.")]
public static System.Threading.Tasks.Task<Foundation.NSUrlAsyncResult> SendRequestAsync (Foundation.NSUrlRequest request, Foundation.NSOperationQueue queue);
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<Foundation.NSUrlAsyncResult> SendRequestAsync (Foundation.NSUrlRequest request, Foundation.NSOperationQueue queue);
static member SendRequestAsync : Foundation.NSUrlRequest * Foundation.NSOperationQueue -> System.Threading.Tasks.Task<Foundation.NSUrlAsyncResult>

Parameter

request
NSUrlRequest

Anforderung der Ausführung

queue
NSOperationQueue

Vorgangswarteschlange, an die die Vervollständigung weitergeleitet werden soll.

Gibt zurück

Eine Aufgabe, die den asynchronen SendAsynchronousRequest-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ Action<Foundation.NSUrlAsyncResult>.

Attribute

Hinweise

Die SendRequestAsync-Methode eignet sich für die Verwendung mit C#-Async, indem das Steuerelement an den Aufrufer zurückgegeben wird, wobei ein Task den Vorgang darstellt.

Gilt für: