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

Get the number of sessions for this connection.

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

Syntax

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

Return Value

the number of sessions for this connection.

See Also