iControl.NetworkingProfileVXLAN.set_encapsulation_type C# (CSharp) Method

set_encapsulation_type() private method

private set_encapsulation_type ( string profile_names, NetworkingProfileVXLANProfileVXLANEncapsulationType encapsulation_types ) : void
profile_names string
encapsulation_types NetworkingProfileVXLANProfileVXLANEncapsulationType
return void
        public void set_encapsulation_type(
		string [] profile_names,
		NetworkingProfileVXLANProfileVXLANEncapsulationType [] encapsulation_types
	)
        {
            this.Invoke("set_encapsulation_type", new object [] {
                profile_names,
                encapsulation_types});
        }