iControl.NetworkingProfileFEC.Beginset_repair_packet C# (CSharp) Method

Beginset_repair_packet() public method

public Beginset_repair_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values CommonProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_repair_packet(string [] profile_names,CommonProfileULong [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_repair_packet", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
NetworkingProfileFEC