iControl.ManagementApplicationTemplate.Beginget_verification_status C# (CSharp) 메소드

Beginget_verification_status() 공개 메소드

public Beginget_verification_status ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
리턴 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