Freigeben über


ClientProxyExtensions.SendAsync Methode

Definition

Überlädt

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, object? arg8, object? arg9, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, arg8 As Object, arg9 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

arg4
Object

Das vierte Argument.

arg5
Object

Das fünfte Argument.

arg6
Object

Das sechste Argument.

arg7
Object

Das siebte Argument.

arg8
Object

Das achte Argument.

arg9
Object

Das neunte Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task , der den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task , der den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task , der den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task , der den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine -Methode für die Durch die IClientProxy instance dargestellten Verbindungen auf. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task , der den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine Methode für die Verbindungen auf, die IClientProxy vom instance dargestellt werden. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

arg4
Object

Das vierte Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Task , die den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine Methode für die Verbindungen auf, die IClientProxy vom instance dargestellt werden. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

arg4
Object

Das vierte Argument.

arg5
Object

Das fünfte Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Task , die den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine Methode für die Verbindungen auf, die IClientProxy vom instance dargestellt werden. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

arg4
Object

Das vierte Argument.

arg5
Object

Das fünfte Argument.

arg6
Object

Das sechste Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Task , die den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine Methode für die Verbindungen auf, die IClientProxy vom instance dargestellt werden. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

arg4
Object

Das vierte Argument.

arg5
Object

Das fünfte Argument.

arg6
Object

Das sechste Argument.

arg7
Object

Das siebte Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Task , die den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine Methode für die Verbindungen auf, die IClientProxy vom instance dargestellt werden. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, object? arg8, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, arg8 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

arg4
Object

Das vierte Argument.

arg5
Object

Das fünfte Argument.

arg6
Object

Das sechste Argument.

arg7
Object

Das siebte Argument.

arg8
Object

Das achte Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Task , die den asynchronen Aufruf darstellt.

Gilt für:

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs
Quelle:
ClientProxyExtensions.cs

Ruft eine Methode für die Verbindungen auf, die IClientProxy vom instance dargestellt werden. Wartet nicht auf eine Antwort vom Empfänger.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, object? arg8, object? arg9, object? arg10, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, arg8 As Object, arg9 As Object, arg10 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

clientProxy
IClientProxy

Der IClientProxy

method
String

Der Name der aufzurufenden Methode.

arg1
Object

Das erste Argument.

arg2
Object

Das zweite Argument.

arg3
Object

Das dritte Argument.

arg4
Object

Das vierte Argument.

arg5
Object

Das fünfte Argument.

arg6
Object

Das sechste Argument.

arg7
Object

Das siebte Argument.

arg8
Object

Das achte Argument.

arg9
Object

Das neunte Argument.

arg10
Object

Das zehnte Argument.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Task , die den asynchronen Aufruf darstellt.

Gilt für: