Interface IIpcMessageSender
Sender for messages to IPC server
Namespace: CAMIPC.IpcInteraction
Assembly: CAMIPC.IpcInteraction.dll
Syntax
[Guid("8B979F5B-E384-435F-B2D2-C54A2949DFB4")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IIpcMessageSenderProperties
Port
Port, on which all messages will be sent
Declaration
int Port { get; }Property Value
| Type | Description | 
|---|---|
| int | 
Methods
SendMessage(string, string, string, ref TExecuteContext)
Declaration
void SendMessage(string InstanceId, string commandName, string commandParams, ref TExecuteContext ExecuteContext)Parameters
| Type | Name | Description | 
|---|---|---|
| string | InstanceId | |
| string | commandName | |
| string | commandParams | |
| TExecuteContext | ExecuteContext |