iControl.NetworkingProfileFEC.Beginset_udp_port C# (CSharp) Method

Beginset_udp_port() public method

public Beginset_udp_port ( string profile_names, CommonProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ports CommonProfilePortNumber
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_udp_port(string [] profile_names,CommonProfilePortNumber [] ports, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_udp_port", new object[] {
            profile_names,
            ports}, callback, asyncState);
        }
NetworkingProfileFEC