public void verify_instance( ManagementChangeControlInstance [] instances ) { this.Invoke("verify_instance", new object [] { instances}); }
public System.IAsyncResult Beginverify_instance(ManagementChangeControlInstance [] instances, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("verify_instance", new object[] { instances}, callback, asyncState); }