iControl.ASMSystemConfiguration.update_signature_file_automatic C# (CSharp) Method

update_signature_file_automatic() private method

private update_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval ) : ASMSignatureFileUpdateReturnValue
flg_is_user_defined bool
do_set_active bool
force bool
user_name string
check_interval bool
return ASMSignatureFileUpdateReturnValue
        public ASMSignatureFileUpdateReturnValue update_signature_file_automatic(
		bool flg_is_user_defined,
		bool do_set_active,
		bool force,
		string user_name,
		bool check_interval
	)
        {
            object [] results = this.Invoke("update_signature_file_automatic", new object [] {
                flg_is_user_defined,
                do_set_active,
                force,
                user_name,
                check_interval});
            return ((ASMSignatureFileUpdateReturnValue)(results[0]));
        }