Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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