[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get the total number of producers.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public int ProducerCount { get; }
Public ReadOnly Property ProducerCount As Integer
public:
property int ProducerCount {
	int get ();
}

Return Value

total number of producers.

Remarks

since EMS 4.4

See Also