iControl.NetworkingTunnel.Beginget_profile C# (CSharp) Method

Beginget_profile() public method

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