iControl.LocalLBRule.Beginget_verification_status_v2 C# (CSharp) Method

Beginget_verification_status_v2() public method

public Beginget_verification_status_v2 ( string rule_names, System callback, object asyncState ) : System.IAsyncResult
rule_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_verification_status_v2(string [] rule_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_verification_status_v2", new object[] {
            rule_names}, callback, asyncState);
        }
LocalLBRule