iControl.ASMSystemConfiguration.Beginupdate_signature_file_automatic C# (CSharp) Method

Beginupdate_signature_file_automatic() public method

public Beginupdate_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
flg_is_user_defined bool
do_set_active bool
force bool
user_name string
check_interval bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginupdate_signature_file_automatic(bool flg_is_user_defined,bool do_set_active,bool force,string user_name,bool check_interval, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("update_signature_file_automatic", new object[] {
            flg_is_user_defined,
            do_set_active,
            force,
            user_name,
            check_interval}, callback, asyncState);
        }