iControl.LocalLBContentPolicy.Beginget_rule_action C# (CSharp) Method

Beginget_rule_action() public method

public Beginget_rule_action ( string policies, string rules, System callback, object asyncState ) : System.IAsyncResult
policies string
rules string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_rule_action(string [] policies,string [] [] rules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_rule_action", new object[] {
            policies,
            rules}, callback, asyncState);
        }
LocalLBContentPolicy