UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

Port..::..SendMsg Method

Sends the message to the 'port'. If there is a process waiting in 'port' it will be resumed from the 'port' queue. If there is no process, the message will be queued.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public void SendMsg(
	ref IEnvelope mess
)
Public Sub SendMsg ( _
	ByRef mess As IEnvelope _
)
public:
void SendMsg(
	IEnvelope^% mess
)

Parameters

mess
Type: UAOOI.ProcessObserver.RealTime.Processes..::..IEnvelope%
Message to be sent