iControl.NetworkingProfileVXLAN.get_flooding_type C# (CSharp) Method

get_flooding_type() private method

private get_flooding_type ( string profile_names ) : iControl.NetworkingProfileVXLANProfileVXLANFloodingType[]
profile_names string
return iControl.NetworkingProfileVXLANProfileVXLANFloodingType[]
        public NetworkingProfileVXLANProfileVXLANFloodingType[] get_flooding_type(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_flooding_type", new object [] {
                profile_names});
            return ((NetworkingProfileVXLANProfileVXLANFloodingType [])(results[0]));
        }