iControl.NetworkingProfileMAP.Beginset_ea_bits_length C# (CSharp) Method

Beginset_ea_bits_length() public method

public Beginset_ea_bits_length ( string profile_names, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
lengths CommonProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ea_bits_length(string [] profile_names,CommonProfileULong [] lengths, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ea_bits_length", new object[] {
            profile_names,
            lengths}, callback, asyncState);
        }