RemoteSettings..::..SysMsgBufferSize Property

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

Syntax


public int SysMsgBufferSize { get; set; }
Public Property SysMsgBufferSize As Integer
	Get
	Set
public:
property int^ SysMsgBufferSize {
	int^ get ();
	void set (int^ value);
}