iControl.ManagementApplicationTemplate.Beginget_verification_status C# (CSharp) Method

Beginget_verification_status() public method

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