[This is preliminary documentation and is subject to change.]
Get the Pid of the recipient for this message, if it is a Send message
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlPid RecipientPid { get; }
public ErlPid RecipientPid { get; }
Public ReadOnly Property RecipientPid As ErlPid
Get
Public ReadOnly Property RecipientPid As ErlPid
Get
public:
property ErlPid RecipientPid {
ErlPid get ();
}
public:
property ErlPid RecipientPid {
ErlPid get ();
}
member RecipientPid : ErlPid with get
member RecipientPid : ErlPid with get
Property Value
Type:
ErlPid
Messages are sent to Pids or names. If this message was sent
to a Pid then the Pid is returned by this method. The recipient
Pid is also available for link, unlink and exit messages