iControl.NetworkingProfileFEC.Beginset_repair_packet C# (CSharp) 메소드

Beginset_repair_packet() 공개 메소드

public Beginset_repair_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values CommonProfileULong
callback System
asyncState object
리턴 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