Пример #1
0
 public RedisTransportConfiguration WithServerConnectionCount(int connectionCount)
 {
     ServerConnectionCount = new ServerConnectionCountSetting {
         Value = connectionCount
     };
     return(this);
 }
Пример #2
0
 public WindowsServiceBusTransportConfiguration WithServerConnectionCount(int serverConnectionCount)
 {
     ServerConnectionCount = new ServerConnectionCountSetting {
         Value = serverConnectionCount
     };
     return(this);
 }
 public WindowsServiceBusTransportConfiguration WithServerConnectionCount(int serverConnectionCount)
 {
     ServerConnectionCount = new ServerConnectionCountSetting {Value = serverConnectionCount};
     return this;
 }
 public RedisTransportConfiguration WithServerConnectionCount(int connectionCount)
 {
     ServerConnectionCount = new ServerConnectionCountSetting {Value = connectionCount};
     return this;
 }