iControl.SecurityLogProfile.get_application_local_storage_state C# (CSharp) Method

get_application_local_storage_state() private method

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