iControl.SecurityIPIntelligencePolicy.Beginget_default_action_type C# (CSharp) Method

Beginget_default_action_type() public method

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