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

Get route recover message count.

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

Syntax

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

Return Value

the route recover message count.

See Also