iControl.NetworkingTunnel.Beginget_description C# (CSharp) Method

Beginget_description() public method

public Beginget_description ( string tunnels, System callback, object asyncState ) : System.IAsyncResult
tunnels string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_description(string [] tunnels, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_description", new object[] {
            tunnels}, callback, asyncState);
        }
NetworkingTunnel