iControl.NetworkingTunnel.set_profile C# (CSharp) Method

set_profile() private method

private set_profile ( string tunnels, string profiles ) : void
tunnels string
profiles string
return void
        public void set_profile(
		string [] tunnels,
		string [] profiles
	)
        {
            this.Invoke("set_profile", new object [] {
                tunnels,
                profiles});
        }
NetworkingTunnel