iControl.SecurityLogProfile.Beginget_application_field_delimiter C# (CSharp) Method

Beginget_application_field_delimiter() public method

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