C# Class NATSUnitTests.NATSServer

Inheritance: IDisposable
Datei anzeigen Open project: nats-io/csnats Class Usage Examples

Private Properties

Property Type Description
IDisposable void
addArgument void
createProcessStartInfo void

Public Methods

Method Description
Bounce ( int millisDown ) : void
NATSServer ( ) : System
NATSServer ( bool verify ) : System
NATSServer ( int port ) : System
NATSServer ( string args ) : System
Shutdown ( ) : void

Private Methods

Method Description
IDisposable ( ) : void
addArgument ( string arg ) : void
createProcessStartInfo ( ) : void

Method Details

Bounce() public method

public Bounce ( int millisDown ) : void
millisDown int
return void

NATSServer() public method

public NATSServer ( ) : System
return System

NATSServer() public method

public NATSServer ( bool verify ) : System
verify bool
return System

NATSServer() public method

public NATSServer ( int port ) : System
port int
return System

NATSServer() public method

public NATSServer ( string args ) : System
args string
return System

Shutdown() public method

public Shutdown ( ) : void
return void