iControl.NetworkingProfileGRE.Endget_flooding_type C# (CSharp) Method

Endget_flooding_type() public method

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