iControl.SecurityLogProfile.Beginset_ip_intelligence_log_translation_fields_filter_state C# (CSharp) Method

Beginset_ip_intelligence_log_translation_fields_filter_state() public method

public Beginset_ip_intelligence_log_translation_fields_filter_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ip_intelligence_log_translation_fields_filter_state(string [] profile_names,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ip_intelligence_log_translation_fields_filter_state", new object[] {
            profile_names,
            states}, callback, asyncState);
        }
SecurityLogProfile