iControl.NetworkingProfileFEC.Beginset_udp_port C# (CSharp) Méthode

Beginset_udp_port() public méthode

public Beginset_udp_port ( string profile_names, CommonProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ports CommonProfilePortNumber
callback System
asyncState object
Résultat 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