iControl.LocalLBContentPolicy.Beginremove_policy_rule C# (CSharp) Method

Beginremove_policy_rule() public method

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