[This is preliminary documentation and is subject to change.]
Get the name of the recipient for this message
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlAtom RecipientName { get; }
public ErlAtom RecipientName { get; }
Public ReadOnly Property RecipientName As ErlAtom
Get
Public ReadOnly Property RecipientName As ErlAtom
Get
public:
property ErlAtom RecipientName {
ErlAtom get ();
}
public:
property ErlAtom RecipientName {
ErlAtom get ();
}
member RecipientName : ErlAtom with get
member RecipientName : ErlAtom with get
Property Value
Type:
ErlAtom
Messages are sent to Pids or names. If this message was sent
to a name then the name is returned by this method