iControl.ManagementApplicationTemplate.Beginclear_verification C# (CSharp) Method

Beginclear_verification() public method

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