SendCommand
method in Coherence.Core.INativeCoreCommandSender
Methods
bool SendCommand<T>(InteropEntity id, MessageTarget target, uint commandType, T message, int dataSize) where T : unmanaged
Parameters
Type | Name | Description |
---|---|---|
InteropEntity | id | |
MessageTarget | target | |
uint | commandType | |
T | message | |
int | dataSize |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |