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