InboundAssociation..::..Association Property

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

Syntax


public AssociationHandle Association { get; set; }
Public Property Association As AssociationHandle
	Get
	Set
public:
property AssociationHandle^ Association {
	AssociationHandle^ get ();
	void set (AssociationHandle^ value);
}