iControl.SecurityIPIntelligencePolicy.Beginset_default_action_type C# (CSharp) Method

Beginset_default_action_type() public method

public Beginset_default_action_type ( string policies, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types, System callback, object asyncState ) : System.IAsyncResult
policies string
types SecurityIPIntelligencePolicyIPIntelligencePolicyActionType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_default_action_type(string [] policies,SecurityIPIntelligencePolicyIPIntelligencePolicyActionType [] types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_default_action_type", new object[] {
            policies,
            types}, callback, asyncState);
        }
SecurityIPIntelligencePolicy