RealTimeServerConnectionManager.GetOutgoingConnectionCount Method
Returns the total number of outgoing connections in the connection pools.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetOutgoingConnectionCount As Integer
'Usage
Dim instance As RealTimeServerConnectionManager
Dim returnValue As Integer
returnValue = instance.GetOutgoingConnectionCount()
public int GetOutgoingConnectionCount()
Return Value
Type: System.Int32
The count of outgoing connections.
See Also
Reference
RealTimeServerConnectionManager Class