Method | Description | |
---|---|---|
Build ( ) : |
Builds this instance.
|
|
Configure ( ) : |
|
|
EnableMessageStore ( bool enable ) : |
Enables the message store.
|
|
WithAddress ( |
Configures with specified address
|
|
WithPort ( int port ) : |
Configures with specified port
|
|
WithProcessingDelay ( int milliseconds ) : |
Configures with a processing delay
|
|
WithRandomPort ( ) : |
Configures a random port.
|
Method | Description | |
---|---|---|
Configuration ( ) : System |
Initializes a new instance of the Configuration class.
|
|
GetRandomUnusedPort ( ) : int |
Gets the random unused port.
|
public EnableMessageStore ( bool enable ) : |
||
enable | bool | if set to |
return |
public WithAddress ( |
||
address | The address. | |
return |
public WithPort ( int port ) : |
||
port | int | The port. |
return |
public WithProcessingDelay ( int milliseconds ) : |
||
milliseconds | int | The (minimum) number of milliseconds by which a new message is delay processing by |
return |