iControl.LTConfigField.Beginset_values C# (CSharp) Method

Beginset_values() public method

public Beginset_values ( bool create_instances_if_needed, LTConfigClassInstanceKey class_instance_keys, string field_instance_names, string values, System callback, object asyncState ) : System.IAsyncResult
create_instances_if_needed bool
class_instance_keys LTConfigClassInstanceKey
field_instance_names string
values string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_values(bool create_instances_if_needed,LTConfigClassInstanceKey [] class_instance_keys,string [] [] field_instance_names,string [] [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_values", new object[] {
            create_instances_if_needed,
            class_instance_keys,
            field_instance_names,
            values}, callback, asyncState);
        }