iControl.NetworkingTunnel.Begincreate_with_key C# (CSharp) Method

Begincreate_with_key() public method

public Begincreate_with_key ( string tunnels, string local_addresses, string remote_addresses, string profiles, long keys, System callback, object asyncState ) : System.IAsyncResult
tunnels string
local_addresses string
remote_addresses string
profiles string
keys long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_with_key(string [] tunnels,string [] local_addresses,string [] remote_addresses,string [] profiles,long [] keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_with_key", new object[] {
            tunnels,
            local_addresses,
            remote_addresses,
            profiles,
            keys}, callback, asyncState);
        }
NetworkingTunnel