iControl.NetworkingiSessionRemoteInterfaceV2.Beginget_tunnel_port C# (CSharp) Méthode

Beginget_tunnel_port() public méthode

public Beginget_tunnel_port ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_tunnel_port(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_tunnel_port", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterfaceV2