iControl.NetworkingiSessionRemoteInterface.Endget_tunnel_port C# (CSharp) Method

Endget_tunnel_port() public method

public Endget_tunnel_port ( System asyncResult ) : short[]
asyncResult System
return short[]
        public short[] Endget_tunnel_port(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((short [])(results[0]));
        }
NetworkingiSessionRemoteInterface