CommandDefinition
constructor in Coherence.CommandDefinition
Constructors
public CommandDefinition(string name, string bakeConditional = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | bakeConditional |
public CommandDefinition(string name, List<ComponentMemberDescription> members, MessageTarget routing, int totalSize, string bakeConditional)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| List<ComponentMemberDescription> | members | |
| MessageTarget | routing | |
| int | totalSize | |
| string | bakeConditional |