C-DEngine 5.105

TheServiceHostInfo..::..ParallelPosts Property

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


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