iControl.LocalLBContentPolicy.Beginget_policy_requires C# (CSharp) Method

Beginget_policy_requires() public method

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