Freigeben über


IConnectionFactory.ConnectAsync(EndPoint, CancellationToken) Methode

Definition

Erstellt eine neue Verbindung mit einem Endpunkt.

public System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Connections.ConnectionContext> ConnectAsync (System.Net.EndPoint endpoint, System.Threading.CancellationToken cancellationToken = default);
abstract member ConnectAsync : System.Net.EndPoint * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Connections.ConnectionContext>
Public Function ConnectAsync (endpoint As EndPoint, Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of ConnectionContext)

Parameter

endpoint
EndPoint

Der EndPoint , mit dem eine Verbindung hergestellt werden soll.

cancellationToken
CancellationToken

Das Token zum Überwachen von Abbruchanforderungen. Der Standardwert ist None.

Gibt zurück

Eine ValueTask<TResult> , die die asynchrone Verbindung darstellt, die nach Abschluss der ConnectionContext neuen Verbindung ergibt.

Gilt für: