Class Cmd
Inherited Members
Namespace: Akka.Persistence.TestKit.Performance
Assembly: Akka.Persistence.TCK.dll
Syntax
public class Cmd
Constructors
| Improve this Doc View SourceCmd(String, Int32)
Declaration
public Cmd(string mode, int payload)
Parameters
Type | Name | Description |
---|---|---|
String | mode | |
Int32 | payload |
Properties
| Improve this Doc View SourceMode
Declaration
public string Mode { get; }
Property Value
Type | Description |
---|---|
String |
Payload
Declaration
public int Payload { get; }
Property Value
Type | Description |
---|---|
Int32 |