iControl.LocalLBContentPolicy.Beginget_policy_rule C# (CSharp) Method

Beginget_policy_rule() public method

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