iControl.ASMSystemConfiguration.Beginupdate_signature_file_manual C# (CSharp) Method

Beginupdate_signature_file_manual() public method

public Beginupdate_signature_file_manual ( ASMFileTransferContext file_context, bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
file_context ASMFileTransferContext
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_manual(ASMFileTransferContext file_context,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_manual", new object[] {
            file_context,
            flg_is_user_defined,
            do_set_active,
            force,
            user_name,
            check_interval}, callback, asyncState);
        }