RealTimeConnection.RefCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current reference count. This indicates the number of components (page mode message, signaling session, subscription etc.) across endpoints that are currently caching and using this connection. The reference count is used only for outgoing shared connections in a pool.
public:
property int RefCount { int get(); };
public int RefCount { get; }
member this.RefCount : int
Public ReadOnly Property RefCount As Integer