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

Get the number of producers for this connection.

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

the number of producers for this connection.

See Also