DefaultHubLifetimeManager<THub>.SendAllAsync Methode

Definition

Sendet eine Aufrufnachricht an alle Hubverbindungen.

public override System.Threading.Tasks.Task SendAllAsync (string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default);
public override System.Threading.Tasks.Task SendAllAsync (string methodName, object?[]? args, System.Threading.CancellationToken cancellationToken = default);
public override System.Threading.Tasks.Task SendAllAsync (string methodName, object?[] args, System.Threading.CancellationToken cancellationToken = default);
override this.SendAllAsync : string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function SendAllAsync (methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

methodName
String

Der Name der Aufrufmethode.

args
Object[]

Die Aufrufargumente.

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task-Element, das den asynchronen Sendevorgangs darstellt.

Gilt für: