iControl.ManagementApplicationTemplate.Beginset_ignore_verification_state C# (CSharp) Method

Beginset_ignore_verification_state() public method

public Beginset_ignore_verification_state ( string templates, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
templates string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ignore_verification_state(string [] templates,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ignore_verification_state", new object[] {
            templates,
            states}, callback, asyncState);
        }
ManagementApplicationTemplate