UpdateOutboundCounter() public method

public UpdateOutboundCounter ( long n ) : void
n long
return void
Beispiel #1
0
 public void UpdateOutboundCounter(Server server, long n)
 {
     _controller.UpdateOutboundCounter(server, n);
 }
Beispiel #2
0
 public void UpdateOutboundCounter(long n)
 {
     _controller.UpdateOutboundCounter(n);
 }