iControl.NetworkingProfileFEC.Beginset_decode_queue C# (CSharp) Method

Beginset_decode_queue() public method

public Beginset_decode_queue ( 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_decode_queue(string [] profile_names,CommonProfileULong [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_decode_queue", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
NetworkingProfileFEC