1 override of InvokeConnectionAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
334
public override async Task<T>
InvokeConnectionAsync
<T>(string connectionId, string methodName, object?[] args, CancellationToken cancellationToken)
2 references to InvokeConnectionAsync
Microsoft.AspNetCore.SignalR.Core (2)
HubLifetimeManager.cs (1)
153
/// Sets the connection result for an in progress <see cref="
InvokeConnectionAsync
"/> call.
Internal\Proxies.cs (1)
167
return _lifetimeManager.
InvokeConnectionAsync
<T>(_connectionId, method, args ?? Array.Empty<object?>(), cancellationToken);