iControl.NetworkingTunnel.Begincreate_with_transparent_state C# (CSharp) Method

Begincreate_with_transparent_state() public method

public Begincreate_with_transparent_state ( string tunnels, string local_addresses, string remote_addresses, string profiles, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
tunnels string
local_addresses string
remote_addresses string
profiles string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_with_transparent_state(string [] tunnels,string [] local_addresses,string [] remote_addresses,string [] profiles,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_with_transparent_state", new object[] {
            tunnels,
            local_addresses,
            remote_addresses,
            profiles,
            states}, callback, asyncState);
        }
NetworkingTunnel