Example #1
0
        public ManagementChangeControlInstanceVariable [] [] get_instance_variable(
            string [] instance_names,
            ManagementChangeControlInstanceVariableType instance_variable
            )
        {
            object [] results = this.Invoke("get_instance_variable", new object [] {
                instance_names,
                instance_variable
            });

            return((ManagementChangeControlInstanceVariable [] [])(results[0]));
        }
 public System.IAsyncResult Beginget_instance_variable(string [] instance_names,ManagementChangeControlInstanceVariableType instance_variable, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_instance_variable", new object[] {
     instance_names,
     instance_variable}, callback, asyncState);
 }
        public ManagementChangeControlInstanceVariable[][] get_instance_variable(
		string [] instance_names,
		ManagementChangeControlInstanceVariableType instance_variable
	)
        {
            object [] results = this.Invoke("get_instance_variable", new object [] {
                instance_names,
                instance_variable});
            return ((ManagementChangeControlInstanceVariable [] [])(results[0]));
        }
Example #4
0
 public System.IAsyncResult Beginget_instance_variable(string [] instance_names, ManagementChangeControlInstanceVariableType instance_variable, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("get_instance_variable", new object[] {
         instance_names,
         instance_variable
     }, callback, asyncState));
 }