iControl.NetworkingProfileVXLAN.set_flooding_type C# (CSharp) 메소드

set_flooding_type() 개인적인 메소드

private set_flooding_type ( string profile_names, NetworkingProfileVXLANProfileVXLANFloodingType flooding_types ) : void
profile_names string
flooding_types NetworkingProfileVXLANProfileVXLANFloodingType
리턴 void
        public void set_flooding_type(
		string [] profile_names,
		NetworkingProfileVXLANProfileVXLANFloodingType [] flooding_types
	)
        {
            this.Invoke("set_flooding_type", new object [] {
                profile_names,
                flooding_types});
        }