TransportSettings..::..Adapters Property

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

Syntax


public IList<string> Adapters { get; set; }
Public Property Adapters As IList(Of String)
	Get
	Set
public:
property IList<String^>^ Adapters {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}