RedisHubLifetimeManager<THub>
RedisHubLifetimeManager(ILogger<RedisHubLifetimeManager<THub>>, IOptions<RedisOptions>, IHubProtocolResolver)
AddToGroupAsync(String, String, CancellationToken)
Dispose()
OnConnectedAsync(HubConnectionContext)
OnDisconnectedAsync(HubConnectionContext)
RemoveFromGroupAsync(String, String, CancellationToken)
SendAllAsync(String, Object[], CancellationToken)
SendAllExceptAsync(String, Object[], IReadOnlyList<String>, CancellationToken)
SendConnectionAsync(String, String, Object[], CancellationToken)
SendConnectionsAsync(IReadOnlyList<String>, String, Object[], CancellationToken)
SendGroupAsync(String, String, Object[], CancellationToken)
SendGroupExceptAsync(String, String, Object[], IReadOnlyList<String>, CancellationToken)
SendGroupsAsync(IReadOnlyList<String>, String, Object[], CancellationToken)
SendUserAsync(String, String, Object[], CancellationToken)
SendUsersAsync(IReadOnlyList<String>, String, Object[], CancellationToken)
xamarinmac
namespace Microsoft.AspNetCore.SignalR.Redis
{
public class RedisHubLifetimeManager<THub> : HubLifetimeManager<THub>, IDisposable
where THub, Hub
{
public RedisHubLifetimeManager(ILogger<RedisHubLifetimeManager<THub>> logger, IOptions<RedisOptions> options, IHubProtocolResolver hubProtocolResolver);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to xamarinmac | |
Assembly | Microsoft.AspNetCore.SignalR.Redis , Version=1.2.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.SignalR.Redis (1.2.0) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API