iControl.ManagementChangeControl.Beginget_instance C# (CSharp) Method

Beginget_instance() public method

public Beginget_instance ( string instance_names, ManagementChangeControlInstanceFormatType instance_format, System callback, object asyncState ) : System.IAsyncResult
instance_names string
instance_format ManagementChangeControlInstanceFormatType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_instance(string [] instance_names,ManagementChangeControlInstanceFormatType instance_format, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_instance", new object[] {
            instance_names,
            instance_format}, callback, asyncState);
        }