iControl.SecurityLogProfile.Beginset_application_remote_format_predefined C# (CSharp) Method

Beginset_application_remote_format_predefined() public method

public Beginset_application_remote_format_predefined ( string profile_names, string applications, string fields, System callback, object asyncState ) : System.IAsyncResult
profile_names string
applications string
fields string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_application_remote_format_predefined(string [] profile_names,string [] [] applications,string [] [] [] fields, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_application_remote_format_predefined", new object[] {
            profile_names,
            applications,
            fields}, callback, asyncState);
        }
SecurityLogProfile