iControl.NetworkingProfileGRE.set_encapsulation C# (CSharp) Method

set_encapsulation() private method

private set_encapsulation ( string profile_names, NetworkingProfileGREProfileGREEncapsulationType encapsulations ) : void
profile_names string
encapsulations NetworkingProfileGREProfileGREEncapsulationType
return void
        public void set_encapsulation(
		string [] profile_names,
		NetworkingProfileGREProfileGREEncapsulationType [] encapsulations
	)
        {
            this.Invoke("set_encapsulation", new object [] {
                profile_names,
                encapsulations});
        }