iControl.LocalLBContentPolicy.Beginadd_policy_requires C# (CSharp) Method

Beginadd_policy_requires() public method

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