Constructor

Namespace: Alachisoft.NCache.Web.Statistics
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public PerfStatsCollector2(
	string instanceName,
	int port,
	bool inProc
)
Visual Basic
Public Sub New ( _
	instanceName As String, _
	port As Integer, _
	inProc As Boolean _
)
Visual C++
public:
PerfStatsCollector2(
	String^ instanceName, 
	int port, 
	bool inProc
)

Parameters

instanceName
Type: System..::..String
port
Type: System..::..Int32
inProc
Type: System..::..Boolean

See Also