iControl.SecurityLogProfile.Beginset_application_field_delimiter C# (CSharp) Method

Beginset_application_field_delimiter() public method

public Beginset_application_field_delimiter ( 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_field_delimiter(string [] profile_names,string [] [] applications,string [] [] texts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_application_field_delimiter", new object[] {
            profile_names,
            applications,
            texts}, callback, asyncState);
        }
SecurityLogProfile