iControl.SecurityLogProfile.get_application_format C# (CSharp) Method

get_application_format() private method

private get_application_format ( string profile_names, string applications ) : SecurityLogProfileStorageFormat[][]
profile_names string
applications string
return SecurityLogProfileStorageFormat[][]
        public SecurityLogProfileStorageFormat[][] get_application_format(
		string [] profile_names,
		string [] [] applications
	)
        {
            object [] results = this.Invoke("get_application_format", new object [] {
                profile_names,
                applications});
            return ((SecurityLogProfileStorageFormat [] [])(results[0]));
        }
SecurityLogProfile