iControl.SecurityLogProfile.Beginset_application_remote_format_user_defined C# (CSharp) Method

Beginset_application_remote_format_user_defined() public method

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