iControl.ManagementChangeControl.Beginverify_config C# (CSharp) Method

Beginverify_config() public method

public Beginverify_config ( ManagementChangeControlInstanceFormatType instance_format, string data, System callback, object asyncState ) : System.IAsyncResult
instance_format ManagementChangeControlInstanceFormatType
data string
callback System
asyncState object
return System.IAsyncResult
        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);
        }