iControl.LTConfigClass.Begincreate_instance C# (CSharp) Method

Begincreate_instance() public method

public Begincreate_instance ( LTConfigClassInstanceKey class_instance_keys, System callback, object asyncState ) : System.IAsyncResult
class_instance_keys LTConfigClassInstanceKey
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_instance(LTConfigClassInstanceKey [] class_instance_keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_instance", new object[] {
            class_instance_keys}, callback, asyncState);
        }