iControl.PEMPolicy.Beginget_rule_downlink_volume_threshold C# (CSharp) Method

Beginget_rule_downlink_volume_threshold() public method

public Beginget_rule_downlink_volume_threshold ( 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_downlink_volume_threshold(string [] policies,string [] [] rules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_rule_downlink_volume_threshold", new object[] {
            policies,
            rules}, callback, asyncState);
        }
PEMPolicy