예제 #1
0
 public static Microsoft.AspNetCore.SignalR.ISignalRServerBuilder AddStackExchangeRedis(this Microsoft.AspNetCore.SignalR.ISignalRServerBuilder signalrBuilder)
 {
     throw null;
 }
예제 #2
0
 public static Microsoft.AspNetCore.SignalR.ISignalRServerBuilder AddStackExchangeRedis(this Microsoft.AspNetCore.SignalR.ISignalRServerBuilder signalrBuilder, string redisConnectionString)
 {
     throw null;
 }
예제 #3
0
 public static Microsoft.AspNetCore.SignalR.ISignalRServerBuilder AddStackExchangeRedis(this Microsoft.AspNetCore.SignalR.ISignalRServerBuilder signalrBuilder, string redisConnectionString, System.Action <Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisOptions> configure)
 {
     throw null;
 }
예제 #4
0
 public static Microsoft.AspNetCore.SignalR.ISignalRServerBuilder AddHubOptions <THub>(this Microsoft.AspNetCore.SignalR.ISignalRServerBuilder signalrBuilder, System.Action <Microsoft.AspNetCore.SignalR.HubOptions <THub> > configure) where THub : Microsoft.AspNetCore.SignalR.Hub
 {
     throw null;
 }