AssociatedEvent..::..IsInbound Property

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public bool IsInbound { get; set; }
Public Property IsInbound As Boolean
	Get
	Set
public:
property bool^ IsInbound {
	bool^ get ();
	void set (bool^ value);
}