Esempio n. 1
0
 public System.IAsyncResult Beginverify_config(ManagementChangeControlInstanceFormatType instance_format, string data, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("verify_config", new object[] {
         instance_format,
         data
     }, callback, asyncState));
 }
Esempio n. 2
0
 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));
 }
Esempio n. 3
0
 public void verify_config(
     ManagementChangeControlInstanceFormatType instance_format,
     string data
     )
 {
     this.Invoke("verify_config", new object [] {
         instance_format,
         data
     });
 }
Esempio n. 4
0
        public ManagementChangeControlInstance [] get_instance(
            string [] instance_names,
            ManagementChangeControlInstanceFormatType instance_format
            )
        {
            object [] results = this.Invoke("get_instance", new object [] {
                instance_names,
                instance_format
            });

            return((ManagementChangeControlInstance [])(results[0]));
        }
 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);
 }
        public void verify_config(
		ManagementChangeControlInstanceFormatType instance_format,
		string data
	)
        {
            this.Invoke("verify_config", new object [] {
                instance_format,
                data});
        }
        public ManagementChangeControlInstance[] get_instance(
		string [] instance_names,
		ManagementChangeControlInstanceFormatType instance_format
	)
        {
            object [] results = this.Invoke("get_instance", new object [] {
                instance_names,
                instance_format});
            return ((ManagementChangeControlInstance [])(results[0]));
        }
 public System.IAsyncResult Beginverify_config(ManagementChangeControlInstanceFormatType instance_format,string data, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("verify_config", new object[] {
     instance_format,
     data}, callback, asyncState);
 }