iControl.NetworkingProfileFEC.Beginset_source_packet C# (CSharp) Method

Beginset_source_packet() public method

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