iControl.ManagementApplicationTemplate.Beginget_ignore_verification_state C# (CSharp) Method

Beginget_ignore_verification_state() public method

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