iControl.ManagementApplicationTemplate.Beginclear_verification C# (CSharp) Метод

Beginclear_verification() публичный Метод

public Beginclear_verification ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
Результат 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