iControl.PEMPolicy.Beginset_rule_downlink_volume_threshold C# (CSharp) Method

Beginset_rule_downlink_volume_threshold() public method

public Beginset_rule_downlink_volume_threshold ( string policies, string rules, long thresholds, System callback, object asyncState ) : System.IAsyncResult
policies string
rules string
thresholds long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_rule_downlink_volume_threshold(string [] policies,string [] [] rules,long [] [] thresholds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_rule_downlink_volume_threshold", new object[] {
            policies,
            rules,
            thresholds}, callback, asyncState);
        }
PEMPolicy