Ejemplo n.º 1
0
 public IFABChannelGroup Flush()
 {
     return(this.Flush(FABChannelMatchers.All()));
 }
Ejemplo n.º 2
0
 public Task WriteAsync(FABMessage message)
 {
     return(this.WriteAsync(message, FABChannelMatchers.All()));
 }
Ejemplo n.º 3
0
 public Task NewCloseFuture()
 {
     return(this.NewCloseFuture(FABChannelMatchers.All()));
 }
Ejemplo n.º 4
0
 public Task DeregisterAsync()
 {
     return(this.DeregisterAsync(FABChannelMatchers.All()));
 }
Ejemplo n.º 5
0
 public Task CloseAsync()
 {
     return(this.CloseAsync(FABChannelMatchers.All()));
 }
Ejemplo n.º 6
0
 public Task DisconnectAsync()
 {
     return(this.DisconnectAsync(FABChannelMatchers.All()));
 }