C# Class NATSExamples.Subscriber

Mostra file Open project: nats-io/csnats

Public Methods

Method Description
Main ( string args ) : void
Run ( string args ) : void

Private Methods

Method Description
banner ( ) : void
parseArgs ( string args ) : void
printStats ( IConnection c ) : void
receiveAsyncSubscriber ( IConnection c ) : System.TimeSpan
receiveSyncSubscriber ( IConnection c ) : System.TimeSpan
usage ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Run() public method

public Run ( string args ) : void
args string
return void