iControl.SecurityIPIntelligencePolicy.Endget_default_action_type C# (CSharp) Метод

Endget_default_action_type() публичный Метод

public Endget_default_action_type ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[]
asyncResult System
Результат SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[]
        public SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[] Endget_default_action_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SecurityIPIntelligencePolicyIPIntelligencePolicyActionType [])(results[0]));
        }
SecurityIPIntelligencePolicy