iControl.ManagementApplicationPresentationScript.Beginget_verification_status C# (CSharp) Method

Beginget_verification_status() public method

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