iControl.NetworkingProfileVXLAN.Endget_flooding_type C# (CSharp) Method

Endget_flooding_type() public method

public Endget_flooding_type ( System asyncResult ) : iControl.NetworkingProfileVXLANProfileVXLANFloodingType[]
asyncResult System
return iControl.NetworkingProfileVXLANProfileVXLANFloodingType[]
        public NetworkingProfileVXLANProfileVXLANFloodingType[] Endget_flooding_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingProfileVXLANProfileVXLANFloodingType [])(results[0]));
        }