EldoS
MsgConnect home / Documentation / InetTransport.Destroy method
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


InetTransport.GetOutgoingConnectionCount

InetTransport     See also    


Returns the number of active outgoing connections.

Declaration

[C++]
    int GetOutgoingConnectionCount();

[Pascal]
    function GetOutgoingConnectionCount : Integer;

[VB6]
    Function IMCXInetTransport3.GetOutgoingConnectionCount() As Long

[ActiveX]
    HRESULT _stdcall IMCXInetTransport3.GetOutgoingConnectionCount([out, retval] long * res);

[C#]
    public int GetOutgoingConnectionCount();

[VB.NET]
    Public Overrides Function GetOutgoingMessagesCount() As Integer

[Java]
    public int getOutgoingConnectionCount();

[Java ME]
    public int getOutgoingConnectionCount();

[Palm]
    int GetOutgoingConnectionCount();

[DLL]
    unsigned long MCInetTransportGetOutgoingConnectionCount(HMCInetTransport h);

Parameters

  • [DLL]h - handle to the InetTransport object that was returned by Create method
  • res - result of method execution (see Return value for details)

Return value

The number of active connections.

Description

    Use this method to get the number of outgoing connections currently established with this transport.

See also:     GetIncomingConnectionCount     TransportMode    

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation