Freigeben über


HubLifetimeManager<THub>.SetConnectionResultAsync Methode

Definition

Legt das Verbindungsergebnis für einen laufenden InvokeConnectionAsync<T>(String, String, Object[], CancellationToken) Aufruf fest.

public virtual System.Threading.Tasks.Task SetConnectionResultAsync (string connectionId, Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage result);
abstract member SetConnectionResultAsync : string * Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage -> System.Threading.Tasks.Task
override this.SetConnectionResultAsync : string * Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage -> System.Threading.Tasks.Task
Public Overridable Function SetConnectionResultAsync (connectionId As String, result As CompletionMessage) As Task

Parameter

connectionId
String

Die Verbindungs-ID.

result
CompletionMessage

Das Ergebnis der Verbindung.

Gibt zurück

Ein Task , das das festgelegte oder an einen anderen Server weitergeleitete Ergebnis darstellt.

Gilt für: