iControl.ManagementCLIScript.Beginset_ignore_verification_state C# (CSharp) Method

Beginset_ignore_verification_state() public method

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